File Dockerfile of Package release-manifest-image
#!BuildTag: release-manifest:0-%RELEASE% #!BuildTag: release-manifest:latest FROM scratch # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.uc LABEL org.opencontainers.image.authors="https://github.com/SUSE/elemental" LABEL org.opencontainers.image.title="Core Release Manifest" LABEL org.opencontainers.image.description="Provider for the Unified Core release manifest." LABEL org.opencontainers.image.version="0" LABEL org.opencontainers.image.url="https://github.com/SUSE/elemental" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="SUSE LLC" LABEL org.opencontainers.image.source="%SOURCEURL%" LABEL org.opensuse.reference="registry.opensuse.org/%%IMG_PREFIX%%/release-manifest:0-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" # endlabelprefix COPY release_manifest.yaml release_manifest.yaml