diff --git a/images/kos/Dockerfile b/images/kos/Dockerfile index a4768b52a8c578f99fc0c9dbb5f991828b751c86..06a8e816f082cb1255c602d1bcaa289c29c12f6c 100644 --- a/images/kos/Dockerfile +++ b/images/kos/Dockerfile @@ -39,6 +39,9 @@ COPY cpu-boost/fs/ / # Kubernetes specific changes COPY kubernetes/fs/ / +# Add neccesary workarounds +COPY workarounds/fs/ / + # Update repository configs COPY --from=repositories /etc/yum.repos.d/ /etc/yum.repos.d/ diff --git a/images/kos/workarounds/fs/etc/ostree/auth.json b/images/kos/workarounds/fs/etc/ostree/auth.json new file mode 100644 index 0000000000000000000000000000000000000000..14cfef8b69cb0165d385963cbac00bd44ecfb258 --- /dev/null +++ b/images/kos/workarounds/fs/etc/ostree/auth.json @@ -0,0 +1,8 @@ +{ + "auths": { + "quay.io": { + "auth": "c2hpdmVyaW5nLWlzbGVzK2tvczpPSEdQU0JHOUdUTkhWSjYxSjZGWUwwM0VBU0NCWU5NTFY4UzVZMTk0UDVVRjQ1QUpQVFlTQVQ0SUZVRVcwUERQ", + "email": "" + } + } + } \ No newline at end of file