Skip to content

Commit

Permalink
Merge pull request #518 from mdellweg/add-gem
Browse files Browse the repository at this point in the history
Add pulp_gem to stable image
  • Loading branch information
mdellweg committed Jun 30, 2023
2 parents 348cd54 + 6f35c72 commit 73c41d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/pulp/stable/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ARG PULP_CERTGUARD_VERSION=""
ARG PULP_CONTAINER_VERSION=""
ARG PULP_DEB_VERSION=""
ARG PULP_FILE_VERSION=""
ARG PULP_GEM_VERSION=""
ARG PULP_MAVEN_VERSION=""
ARG PULP_PYTHON_VERSION=""
ARG PULP_RPM_VERSION=""
Expand All @@ -19,6 +20,7 @@ RUN pip3 install --upgrade \
pulp-container${PULP_CONTAINER_VERSION} \
pulp-deb${PULP_DEB_VERSION} \
pulp-file${PULP_FILE_VERSION} \
pulp-gem${PULP_GEM_VERSION} \
pulp-maven${PULP_MAVEN_VERSION} \
pulp-python${PULP_PYTHON_VERSION} \
pulp-rpm${PULP_RPM_VERSION} \
Expand Down

0 comments on commit 73c41d3

Please sign in to comment.