From 6bec958ca683b391fd7a5d342d380539c6aed4f195e3e5d60ff8c4849add639c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 17 Jan 2024 14:30:26 +0000 Subject: [PATCH] [info=82f8cae70d132e67d878e76d6b30fb6f] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.10-image?expand=0&rev=104 --- Dockerfile | 1 + README.md | 3 +++ python-3.10-image.changes | 5 +++++ 3 files changed, 9 insertions(+) create mode 100644 README.md 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