From: Peter van Dijk Date: Fri, 9 Apr 2021 12:25:07 +0000 (+0200) Subject: narrower wildcard for matching centos stream X-Git-Tag: dnsdist-1.6.0-rc1~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10148%2Fhead;p=thirdparty%2Fpdns.git narrower wildcard for matching centos stream --- 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