Simplify image metadata

Signed-off-by: Chris Evich <chris_gitlab@icuc.me>
This commit is contained in:
Chris Evich
2022-11-23 21:24:21 -05:00
parent c748c4f928
commit af84720d71
2 changed files with 2 additions and 12 deletions

View File

@@ -6,15 +6,7 @@
# https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands
#
ARG BASE_REPO="quay.io"
ARG BASE_NS="podman"
ARG BASE_NAME="stable"
ARG BASE_TAG="v4.3.1"
FROM $BASE_REPO/$BASE_NS/$BASE_NAME:$BASE_TAG
# Metadata to identify the base-image FQIN
LABEL org.opencontainers.image.base.name="$BASE_REPO/$BASE_NS/$BASE_NAME:$BASE_TAG"
# Identify the repository source for the image.
LABEL org.opencontainers.image.source="https://gitlab.com/qontainers/pipglr"
FROM quay.io/podman/stable:v4.3.1
# This is a list of packages to remove and/or exclude from the image.
# Primarily this is done for security reasons, should a runner process