diff --git a/Dockerfile b/Dockerfile index 33937e5..9ad312c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ #!BuildTag: opensuse/bci/rust:stable-1.%RELEASE% #!BuildTag: opensuse/bci/rust:1.80 #!BuildTag: opensuse/bci/rust:1.80-1.%RELEASE% +#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%% +#!BuildTag: opensuse/bci/rust:%%RUST_VERSION%%-1.%RELEASE% #!BuildTag: opensuse/bci/rust:latest FROM opensuse/tumbleweed:latest @@ -29,7 +31,7 @@ RUN set -euo pipefail; zypper -n in --no-recommends rust1.80 cargo1.80; zypper - LABEL org.opencontainers.image.authors="openSUSE (https://www.opensuse.org/)" LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Rust 1.80" LABEL org.opencontainers.image.description="Rust 1.80 container based on the openSUSE Tumbleweed Base Container Image." -LABEL org.opencontainers.image.version="1.80" +LABEL org.opencontainers.image.version="%%RUST_VERSION%%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" diff --git a/rust-stable-image.changes b/rust-stable-image.changes index fafdbb9..b4f850f 100644 --- a/rust-stable-image.changes +++ b/rust-stable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 6 11:30:01 UTC 2024 - Dirk Mueller + +- use full version in version label + ------------------------------------------------------------------- Wed Aug 14 12:30:32 UTC 2024 - Dirk Mueller