build: use better centos images

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2023-06-24 15:57:16 +00:00
parent fd63f71ad6
commit 5181accf18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM dokken/centos-8 AS test_base
FROM quay.io/centos/centos:stream8 AS test_base
ARG package
RUN echo "${package}"
COPY ${package} /tmp/foo.rpm
+1 -1
View File
@@ -1,4 +1,4 @@
FROM dokken/centos-stream-9 AS test_base
FROM quay.io/centos/centos:stream9-minimal AS test_base
ARG package
RUN echo "${package}"
COPY ${package} /tmp/foo.rpm