From 389c67dcfc07845636f7ed06bb146182610c48b3 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Thu, 27 Jul 2023 14:56:31 -0400 Subject: [PATCH] Pin pulpcore version to 3.28 [noissue] --- 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 7e510ae2..bd81f68c 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.28.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 ab938eed..d5a4eb58 100644 --- a/images/pulp/stable/Containerfile +++ b/images/pulp/stable/Containerfile @@ -1,7 +1,7 @@ ARG FROM_TAG="latest" FROM pulp/pulp-ci-centos:${FROM_TAG} -ARG PULPCORE_VERSION="" +ARG PULPCORE_VERSION="~=3.28.0" ARG PULP_ANSIBLE_VERSION="" ARG PULP_CERTGUARD_VERSION="" ARG PULP_CONTAINER_VERSION=""