Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package init-image for openSUSE:Factory checked in at 2023-07-06 18:29:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/init-image (Old) and /work/SRC/openSUSE:Factory/.init-image.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "init-image" Thu Jul 6 18:29:09 2023 rev:2 rq:1097011 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/init-image/init-image.changes 2022-07-25 16:59:46.510087148 +0200 +++ /work/SRC/openSUSE:Factory/.init-image.new.23466/init-image.changes 2023-07-06 18:29:20.695390862 +0200 @@ -1,0 +2,25 @@ +Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <dmuel...@suse.com> + +- label capitalization and related cleanups + +------------------------------------------------------------------- +Tue May 30 06:52:56 UTC 2023 - Dan Äermák <dcer...@suse.com> + +- Add release stage and lifecycle url + +------------------------------------------------------------------- +Wed Apr 26 06:18:43 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- Correct org.opensuse.reference label + +------------------------------------------------------------------- +Fri Mar 3 07:24:36 UTC 2023 - Dan Äermák <dcer...@suse.com> + +- Add org.opencontainers.image.source label set to %SOURCEURL% + +------------------------------------------------------------------- +Thu Jan 12 07:50:18 UTC 2023 - Dirk Mueller <dmuel...@suse.com> + +- Disable systemd colors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.pqFc6p/_old 2023-07-06 18:29:21.295394442 +0200 +++ /var/tmp/diff_new_pack.pqFc6p/_new 2023-07-06 18:29:21.299394466 +0200 @@ -1,30 +1,35 @@ # SPDX-License-Identifier: MIT -#!BuildTag: bci/bci-init:%OS_VERSION_ID_SP% -#!BuildTag: bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE% -#!BuildTag: bci/bci-init:latest +#!BuildTag: opensuse/bci/bci-init:%OS_VERSION_ID_SP% +#!BuildTag: opensuse/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE% +#!BuildTag: opensuse/bci/bci-init:latest + FROM opensuse/tumbleweed:latest MAINTAINER openSUSE (https://www.opensuse.org/) # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.bci.init -LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI %OS_VERSION% Init Container Image" -LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is not supported when using container runtime other than podman." +LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI openSUSE Tumbleweed Init" +LABEL org.opencontainers.image.description="Systemd environment for containers based on the SLE Base Container Image. This container is only supported with podman." LABEL org.opencontainers.image.version="%OS_VERSION_ID_SP%.%RELEASE%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" -LABEL org.opensuse.reference="registry.opensuse.org/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%" +LABEL org.opencontainers.image.source="%SOURCEURL%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/bci-init:%OS_VERSION_ID_SP%.%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" +LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime" +LABEL org.opensuse.release-stage="released" -LABEL com.suse.release-stage="released" # endlabelprefix LABEL usage="This container should only be used to build containers for daemons. Add your packages and enable services using systemctl." RUN set -euo pipefail; zypper -n in --no-recommends systemd gzip; zypper -n clean; rm -rf /var/log/* - - - CMD ["/usr/lib/systemd/systemd"] -HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD ["/usr/bin/systemctl", "is-active", "multi-user.target"] + +RUN mkdir -p /etc/systemd/system.conf.d/ && \ + printf "[Manager]\nLogColor=no" > \ + /etc/systemd/system.conf.d/01-sle-bci-nocolor.conf +RUN systemctl disable getty@tty1.service +HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD ["/usr/bin/systemctl", "is-active", "multi-user.target"] ++++++ _service ++++++ --- /var/tmp/diff_new_pack.pqFc6p/_old 2023-07-06 18:29:21.319394585 +0200 +++ /var/tmp/diff_new_pack.pqFc6p/_new 2023-07-06 18:29:21.323394609 +0200 @@ -1,7 +1,6 @@ <services> - <service mode="buildtime" name="kiwi_metainfo_helper"/> <service mode="buildtime" name="docker_label_helper"/> - + <service mode="buildtime" name="kiwi_metainfo_helper"/> </services> (No newline at EOF)