|
@@ -1,17 +1,17 @@
|
|
|
# Multi-arch Dockerfile for GoReleaser (dockers_v2).
|
|
# Multi-arch Dockerfile for GoReleaser (dockers_v2).
|
|
|
-# Base image :43 is used without arch suffix so the registry can supply the right
|
|
|
|
|
|
|
+# Base image :44 is used without arch suffix so the registry can supply the right
|
|
|
# platform (manifest list). TARGETPLATFORM is set by BuildKit for COPY.
|
|
# platform (manifest list). TARGETPLATFORM is set by BuildKit for COPY.
|
|
|
# For custom/local single-arch builds, use Dockerfile.singlearch instead.
|
|
# For custom/local single-arch builds, use Dockerfile.singlearch instead.
|
|
|
|
|
|
|
|
ARG TARGETPLATFORM
|
|
ARG TARGETPLATFORM
|
|
|
|
|
|
|
|
-FROM registry.fedoraproject.org/fedora-minimal:43 AS olivetin-tmputils
|
|
|
|
|
|
|
+FROM registry.fedoraproject.org/fedora-minimal:44 AS olivetin-tmputils
|
|
|
|
|
|
|
|
RUN microdnf -y install dnf-plugins-core && \
|
|
RUN microdnf -y install dnf-plugins-core && \
|
|
|
dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo && \
|
|
dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo && \
|
|
|
microdnf install -y docker-ce-cli docker-compose-plugin && microdnf clean all
|
|
microdnf install -y docker-ce-cli docker-compose-plugin && microdnf clean all
|
|
|
|
|
|
|
|
-FROM registry.fedoraproject.org/fedora-minimal:43
|
|
|
|
|
|
|
+FROM registry.fedoraproject.org/fedora-minimal:44
|
|
|
|
|
|
|
|
LABEL org.opencontainers.image.source https://github.com/OliveTin/OliveTin
|
|
LABEL org.opencontainers.image.source https://github.com/OliveTin/OliveTin
|
|
|
LABEL org.opencontainers.image.title OliveTin
|
|
LABEL org.opencontainers.image.title OliveTin
|