|
16 | 16 |
|
17 | 17 | #!BuildTag: bci/rust:oldstable |
18 | 18 | #!BuildTag: bci/rust:oldstable-2.%RELEASE% |
19 | | -#!BuildTag: bci/rust:1.71 |
20 | | -#!BuildTag: bci/rust:1.71-2.%RELEASE% |
| 19 | +#!BuildTag: bci/rust:1.72 |
| 20 | +#!BuildTag: bci/rust:1.72-2.%RELEASE% |
21 | 21 | #!BuildName: bci-rust-oldstable |
22 | | -#!BuildVersion: 15.6.1.71.2 |
| 22 | +#!BuildVersion: 15.6.1.72.2 |
23 | 23 | FROM suse/sle15:15.6 |
24 | 24 |
|
25 | 25 | MAINTAINER SUSE LLC (https://www.suse.com/) |
26 | 26 |
|
27 | 27 | # Define labels according to https://en.opensuse.org/Building_derived_containers |
28 | 28 | # labelprefix=com.suse.bci.rust |
29 | | -LABEL org.opencontainers.image.title="SLE BCI Rust 1.71" |
30 | | -LABEL org.opencontainers.image.description="Rust 1.71 container based on the SLE Base Container Image." |
31 | | -LABEL org.opencontainers.image.version="1.71" |
| 29 | +LABEL org.opencontainers.image.title="SLE BCI Rust 1.72" |
| 30 | +LABEL org.opencontainers.image.description="Rust 1.72 container based on the SLE Base Container Image." |
| 31 | +LABEL org.opencontainers.image.version="1.72" |
32 | 32 | LABEL org.opencontainers.image.url="https://www.suse.com/products/server/" |
33 | 33 | LABEL org.opencontainers.image.created="%BUILDTIME%" |
34 | 34 | LABEL org.opencontainers.image.vendor="SUSE LLC" |
35 | 35 | LABEL org.opencontainers.image.source="%SOURCEURL%" |
36 | | -LABEL org.opensuse.reference="registry.suse.com/bci/rust:1.71-2.%RELEASE%" |
| 36 | +LABEL org.opensuse.reference="registry.suse.com/bci/rust:1.72-2.%RELEASE%" |
37 | 37 | LABEL org.openbuildservice.disturl="%DISTURL%" |
38 | 38 | LABEL com.suse.supportlevel="l3" |
39 | | -LABEL com.suse.supportlevel.until="2023-10-12" |
| 39 | +LABEL com.suse.supportlevel.until="2023-11-23" |
40 | 40 | LABEL com.suse.eula="sle-bci" |
41 | 41 | LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15" |
42 | 42 | LABEL com.suse.image-type="sle-bci" |
43 | 43 | LABEL com.suse.release-stage="beta" |
44 | 44 | # endlabelprefix |
45 | 45 |
|
46 | | -RUN set -euo pipefail; zypper -n in --no-recommends rust1.71 cargo1.71 lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/* |
| 46 | +RUN set -euo pipefail; zypper -n in --no-recommends rust1.72 cargo1.72 lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/* |
47 | 47 | ENV RUST_VERSION="%%RUST_VERSION%%" |
48 | 48 | ENV CARGO_VERSION="%%CARGO_VERSION%%" |
49 | 49 | ENV CC="/usr/local/bin/gcc" |
|
0 commit comments