mirror of
https://github.com/goreleaser/nfpm.git
synced 2026-06-19 08:05:04 +00:00
build: use better centos images
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user