Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update plugins in pulp_fedora31 container
[noissue]
  • Loading branch information
mdellweg committed Aug 28, 2020
1 parent 126195f commit 755fa0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pulp_fedora31/Containerfile
@@ -1,13 +1,13 @@
FROM pulp/pulp-ci:latest

ARG PULPCORE_VERSION=3.4.1
ARG PULP_FILE_VERSION=1.0.1
ARG PULP_CONTAINER_VERSION=2.0.0b2
ARG PULP_ANSIBLE_VERSION=0.2.0b13
ARG PULP_RPM_VERSION=3.4.1
ARG PULPCORE_VERSION=3.6.0
ARG PULP_FILE_VERSION=1.2.0
ARG PULP_CONTAINER_VERSION=2.0.0
ARG PULP_ANSIBLE_VERSION=0.2.0
ARG PULP_RPM_VERSION=3.6.1
ARG PULP_MAVEN_VERSION=0.1.0

RUN pip3 install --upgrade \
RUN pip3 install --upgrade --use-feature=2020-resolver \
requests \
pulpcore==${PULPCORE_VERSION} \
pulp-file==${PULP_FILE_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion pulp_galaxy_ng/Containerfile
Expand Up @@ -5,7 +5,7 @@ ARG PULP_CONTAINER_VERSION=2.0.0b2
ARG PULP_ANSIBLE_VERSION=0.2.0b13
ARG GALAXY_NG_VERSION=4.2.0a8

RUN pip3 install --upgrade \
RUN pip3 install --upgrade --use-feature=2020-resolver \
requests \
pulpcore==${PULPCORE_VERSION} \
pulp-container==${PULP_CONTAINER_VERSION} \
Expand Down

0 comments on commit 755fa0f

Please sign in to comment.