Skip to content

Commit

Permalink
icodex: change user
Browse files Browse the repository at this point in the history
  • Loading branch information
icodex committed Oct 14, 2021
1 parent 487691c commit 268d7c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile.os.fedora33
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/k8sli/fedora-base:33 as os-fedora33
FROM ghcr.io/icodex/fedora-base:33 as os-fedora33

COPY packages.yaml .
RUN yq eval '.common[],.yum[],.fedora[],.fedora33[],.kubespray.common[],.kubespray.yum[]' packages.yaml > packages.list
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.os.fedora34
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/k8sli/fedora-base:34 as os-fedora34
FROM ghcr.io/icodex/fedora-base:34 as os-fedora34

COPY packages.yaml .
RUN yq eval '.common[],.yum[],.fedora[],.fedora34[],.kubespray.common[],.kubespray.yum[]' packages.yaml > packages.list
Expand Down
6 changes: 3 additions & 3 deletions build/base/Dockerfile.fedora33
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ARG TARGETARCH
ARG OS_VERSION=33
ARG BUILD_TOOLS="yum-utils createrepo findutils"

RUN dnf install -q -y ${BUILD_TOOLS}
RUN yum-config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
RUN dnf makecache -q
RUN dnf install -q -y ${BUILD_TOOLS} \
&& yum-config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo \
&& dnf makecache -q

WORKDIR /fedora/$OS_VERSION/os
COPY --from=mikefarah/yq:4.11.1 /usr/bin/yq /usr/bin/yq

0 comments on commit 268d7c5

Please sign in to comment.