diff --git a/Dockerfile b/Dockerfile index ab0c8f8..52fa7fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,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/python-3.10-image/README.md" LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/python:3.10-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime" diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ff7a9c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# The openSUSE Tumbleweed BCI Python 3.10 development Container image + +Python 3.10 development container based on the openSUSE Tumbleweed Base Container Image. diff --git a/python-3.10-image.changes b/python-3.10-image.changes index 94721e1..76ede62 100644 --- a/python-3.10-image.changes +++ b/python-3.10-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák + +- Add initial README stub + ------------------------------------------------------------------- Tue Jan 2 08:26:58 UTC 2024 - Dirk Mueller