SHA256
1
0
forked from pool/init-image

[info=403ea6c4adb71fb42cc86ce0edba764e]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/init-image?expand=0&rev=66
This commit is contained in:
Dan Čermák 2024-01-17 14:31:25 +00:00 committed by Git OBS Bridge
parent 389e18828b
commit 0b9745d7b9
3 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,7 @@ LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/init-image/README.md"
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"

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# The openSUSE Tumbleweed BCI openSUSE Tumbleweed Init Container image
Systemd environment for containers based on the openSUSE Tumbleweed Base Container Image. This container is only supported with podman.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák <dcermak@suse.com>
- Add initial README stub
-------------------------------------------------------------------
Tue Jan 2 08:26:58 UTC 2024 - Dirk Mueller <dmueller@suse.com>