From 1ffbd1af01404c371d841a93cecd5f605ff80656 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Wed, 13 Nov 2024 16:16:48 -0500 Subject: [PATCH] Set pulpcore version to 3.63 --- images/pulp-minimal/stable/Containerfile.core | 2 +- images/pulp/stable/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/pulp-minimal/stable/Containerfile.core b/images/pulp-minimal/stable/Containerfile.core index 7d13d9f8..4aebedfe 100644 --- a/images/pulp-minimal/stable/Containerfile.core +++ b/images/pulp-minimal/stable/Containerfile.core @@ -1,7 +1,7 @@ ARG FROM_TAG="latest" FROM pulp/base:${FROM_TAG} -ARG PULPCORE_VERSION="" +ARG PULPCORE_VERSION="~=3.63.0" ARG PULP_ANSIBLE_VERSION="" ARG PULP_CERTGUARD_VERSION="" ARG PULP_CONTAINER_VERSION="" diff --git a/images/pulp/stable/Containerfile b/images/pulp/stable/Containerfile index 69cad47a..34a01fe4 100644 --- a/images/pulp/stable/Containerfile +++ b/images/pulp/stable/Containerfile @@ -1,7 +1,7 @@ ARG FROM_TAG="latest" FROM pulp/pulp-ci-centos9:${FROM_TAG} -ARG PULPCORE_VERSION="" +ARG PULPCORE_VERSION="~=3.63.0" ARG PULP_ANSIBLE_VERSION="" ARG PULP_CERTGUARD_VERSION="" ARG PULP_CONTAINER_VERSION=""