summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2021-10-27 14:15:11 -0700
committerJames E. Blair <jim@acmegating.com>2021-10-27 14:39:45 -0700
commitb269e9e255cef739405dbfb756e62f41444edd8f (patch)
tree878e94cfb10a9519cb1d357400a15321dc8191ad /Dockerfile
parent69f93b6c7545e08b7caa66934c93d1b1be8efa8c (diff)
downloadzuul-b269e9e255cef739405dbfb756e62f41444edd8f.tar.gz
Rely on bullseye image for skopeo in container image
Debian bullseye includes skopeo, so we can drop the kubic repository (which as I write this is having synchronization errors) in favor of just using the version from the underlying OS. Change-Id: Ifde147c8c690dd6a421b0133dbabcff7dd9b9649
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index b670c6f54..16bde64d4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -69,10 +69,7 @@ COPY --from=builder /usr/local/lib/zuul/ /usr/local/lib/zuul
COPY --from=builder /tmp/openshift-install/kubectl /usr/local/bin/kubectl
COPY --from=builder /tmp/openshift-install/oc /usr/local/bin/oc
-# https://podman.io/getting-started/installation.html
-COPY tools/4D64390375060AA4.asc /etc/apt/trusted.gpg.d/kubic.asc
-RUN echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_11/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list \
- && apt-get update \
+RUN apt-get update \
&& apt-get install -y skopeo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*