diff --git a/Dockerfile b/Dockerfile index 73be311..7fb2041 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI" LABEL org.opensuse.release-stage="released" # endlabelprefix -LABEL org.opencontainers.image.revision="%DISTURL%" LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/ruby-3.3-image/README.md" RUN set -euo pipefail; zypper -n in --no-recommends ruby3.3 ruby3.3-rubygem-bundler ruby3.3-devel util-linux gcc-c++ sqlite3-devel make timezone curl findutils gawk git-core procps util-linux; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} diff --git a/ruby-3.3-image.changes b/ruby-3.3-image.changes index ea94716..72e2269 100644 --- a/ruby-3.3-image.changes +++ b/ruby-3.3-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 8 16:43:43 UTC 2024 - Dirk Mueller + +- remove oci reference annotation again + ------------------------------------------------------------------- Mon Aug 5 11:38:13 UTC 2024 - Dirk Mueller