Skip to content

Commit

Permalink
Merge pull request #612 from gerrod3/3.39-set-pulpcore
Browse files Browse the repository at this point in the history
Set pulpcore version to 3.39
  • Loading branch information
gerrod3 authored Mar 11, 2024
2 parents 5f75f0a + 8aa79b7 commit 0261b4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/pulp-minimal/stable/Containerfile.core
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG FROM_TAG="latest"
FROM pulp/base:${FROM_TAG}

ARG PULPCORE_VERSION=""
ARG PULPCORE_VERSION="~=3.39.0"
ARG PULP_ANSIBLE_VERSION=""
ARG PULP_CERTGUARD_VERSION=""
ARG PULP_CONTAINER_VERSION=""
Expand Down
2 changes: 1 addition & 1 deletion images/pulp/stable/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG FROM_TAG="latest"
FROM pulp/pulp-ci-centos:${FROM_TAG}

ARG PULPCORE_VERSION=""
ARG PULPCORE_VERSION="~=3.39.0"
ARG PULP_ANSIBLE_VERSION=""
ARG PULP_CERTGUARD_VERSION=""
ARG PULP_CONTAINER_VERSION=""
Expand Down
2 changes: 2 additions & 0 deletions images/s6_assets/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ mkdir -p settings pulp_storage pgsql containers
echo "CONTENT_ORIGIN='$scheme://localhost:8080'" >> settings/settings.py
echo "ALLOWED_EXPORT_PATHS = ['/tmp']" >> settings/settings.py
echo "ORPHAN_PROTECTION_TIME = 0" >> settings/settings.py
# pulp_rpm < 3.25 requires sha1 in allowed checksums
echo "ALLOWED_CONTENT_CHECKSUMS = ['sha1', 'sha256', 'sha512']" >> settings/settings.py

if [ "$old_image" != "" ]; then
start_container_and_wait $old_image
Expand Down

0 comments on commit 0261b4c

Please sign in to comment.