From 7d4eeef5d7c71e2f317ef9c7663952225fcd9ef3 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 9 Apr 2021 14:25:07 +0200 Subject: [PATCH] narrower wildcard for matching centos stream --- builder-support/dockerfiles/Dockerfile.target.centos-8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder-support/dockerfiles/Dockerfile.target.centos-8 b/builder-support/dockerfiles/Dockerfile.target.centos-8 index f5d9ffee1c..ce5bd3bd90 100644 --- a/builder-support/dockerfiles/Dockerfile.target.centos-8 +++ b/builder-support/dockerfiles/Dockerfile.target.centos-8 @@ -15,7 +15,7 @@ FROM arm64v8/centos:8 as dist-base ARG BUILDER_CACHE_BUSTER= -@IF [[ $BUILDER_TARGET = *stream* ]] +@IF [[ $BUILDER_TARGET = centos-*-stream ]] RUN touch /var/lib/rpm/* && dnf swap -y centos-linux-repos centos-stream-repos && dnf -y distro-sync @ENDIF -- 2.47.2