Skip to content

Commit 7d39e3f

Browse files
committed
Revert "update skopeo"
This reverts commit 4f2056c.
1 parent 4f2056c commit 7d39e3f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL \
88
description="A microservice for tracking container repositories, and publishing a message when they change." \
99
usage="https://github.com/release-engineering/repotracker"
1010

11-
ARG DNF_CMD="dnf -y --repo=fedora,updates,updates-testing --setopt=deltarpm=False --setopt=install_weak_deps=False --setopt=tsflags=nodocs"
11+
ARG DNF_CMD="dnf -y --repo=fedora,updates --setopt=deltarpm=False --setopt=install_weak_deps=False --setopt=tsflags=nodocs"
1212
ARG PIP_CMD="python3 -m pip install -v --no-build-isolation --no-cache-dir --prefix=/usr --compile"
1313

1414
ARG RHMSG_REPO="https://gitlab.cee.redhat.com/exd-guild-messaging/rhmsg.git"
@@ -29,8 +29,7 @@ ADD https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem \
2929
/etc/pki/ca-trust/source/anchors/
3030
RUN update-ca-trust
3131

32-
RUN $DNF_CMD update && \
33-
$DNF_CMD install python3-pip \
32+
RUN $DNF_CMD install python3-pip \
3433
python3-qpid-proton git-core skopeo && \
3534
$DNF_CMD clean all
3635
RUN $PIP_CMD --upgrade setuptools setuptools_scm wheel

0 commit comments

Comments
 (0)