1919# !BuildTag: bci/rust:oldstable
2020# !BuildTag: bci/rust:%%RUST_VERSION%%-2.%RELEASE%
2121# !BuildTag: bci/rust:%%RUST_VERSION%%
22- # !BuildTag: bci/rust:1.87
22+ # !BuildTag: bci/rust:1.88
2323# !BuildName: bci-rust-oldstable
24- # !BuildVersion: 16.0.1.87 .2
24+ # !BuildVersion: 16.0.1.88 .2
2525FROM registry.suse.com/bci/bci-base:16.0
2626
2727RUN set -euo pipefail; \
28- zypper -n install --no-recommends rust1.87 cargo1.87
28+ zypper -n install --no-recommends rust1.88 cargo1.88
2929RUN set -euo pipefail; zypper -n clean -a; \
3030 rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \
3131 rm -rf {/target,}/run/*; \
@@ -38,8 +38,8 @@ RUN set -euo pipefail; zypper -n clean -a; \
3838# Define labels according to https://en.opensuse.org/Building_derived_containers
3939# labelprefix=com.suse.bci.rust
4040LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
41- LABEL org.opencontainers.image.title="SLE BCI Rust 1.87 "
42- LABEL org.opencontainers.image.description="Rust 1.87 container based on the SLE Base Container Image."
41+ LABEL org.opencontainers.image.title="SLE BCI Rust 1.88 "
42+ LABEL org.opencontainers.image.description="Rust 1.88 container based on the SLE Base Container Image."
4343LABEL org.opencontainers.image.version="%%RUST_VERSION%%"
4444LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4545LABEL org.opencontainers.image.created="%BUILDTIME%"
@@ -49,7 +49,7 @@ LABEL org.opencontainers.image.ref.name="%%RUST_VERSION%%-2.%RELEASE%"
4949LABEL org.opensuse.reference="registry.suse.com/bci/rust:%%RUST_VERSION%%-2.%RELEASE%"
5050LABEL org.openbuildservice.disturl="%DISTURL%"
5151LABEL com.suse.supportlevel="l3"
52- LABEL com.suse.supportlevel.until="2025-08-28 "
52+ LABEL com.suse.supportlevel.until="2025-10-09 "
5353LABEL com.suse.eula="sle-bci"
5454LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle"
5555LABEL com.suse.release-stage="released"
0 commit comments