Skip to content

Commit e5128c5

Browse files
authored
Merge pull request #3670 from SUSE/for-deploy-16.1
🤖: Update build recipes for 16.1
2 parents 1fe38aa + 3a76cf2 commit e5128c5

10 files changed

Lines changed: 38 additions & 28 deletions

File tree

rust-oldstable-image/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
#!BuildTag: bci/rust:%%RUST_VERSION%%-2.%RELEASE%
1919
#!BuildTag: bci/rust:%%RUST_VERSION%%
2020
#!BuildTag: bci/rust:oldstable
21-
#!BuildTag: bci/rust:1.92
21+
#!BuildTag: bci/rust:1.93
2222
#!BuildName: bci-rust-oldstable
23-
#!BuildVersion: 16.1.1.92.2
23+
#!BuildVersion: 16.1.1.93.2
2424
FROM bci/bci-base:16.1
2525

2626
RUN set -euo pipefail; \
27-
zypper -n install --no-recommends rust1.92 cargo1.92
27+
zypper -n install --no-recommends rust1.93 cargo1.93
2828

2929
# cleanup logs and temporary files
3030
RUN set -euo pipefail; zypper -n clean -a; \
@@ -42,8 +42,8 @@ RUN set -euo pipefail; sed -i 's/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1\2/' /etc/shad
4242
# Define labels according to https://en.opensuse.org/Building_derived_containers
4343
# labelprefix=com.suse.bci.rust
4444
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
45-
LABEL org.opencontainers.image.title="SUSE Linux BCI Rust 1.92"
46-
LABEL org.opencontainers.image.description="Rust 1.92 container based on the SUSE Linux Base Container Image."
45+
LABEL org.opencontainers.image.title="SUSE Linux BCI Rust 1.93"
46+
LABEL org.opencontainers.image.description="Rust 1.93 container based on the SUSE Linux Base Container Image."
4747
LABEL org.opencontainers.image.version="%%RUST_VERSION%%"
4848
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4949
LABEL org.opencontainers.image.created="%BUILDTIME%"
@@ -53,7 +53,7 @@ LABEL org.opencontainers.image.ref.name="%%RUST_VERSION%%-2.%RELEASE%"
5353
LABEL org.opensuse.reference="registry.suse.com/bci/rust:%%RUST_VERSION%%-2.%RELEASE%"
5454
LABEL org.openbuildservice.disturl="%DISTURL%"
5555
LABEL com.suse.supportlevel="techpreview"
56-
LABEL com.suse.supportlevel.until="2026-03-26"
56+
LABEL com.suse.supportlevel.until="2026-05-07"
5757
LABEL com.suse.eula="sle-beta"
5858
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-16"
5959
LABEL com.suse.release-stage="beta"

rust-oldstable-image/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rust 1.92 Container Image
1+
# Rust 1.93 Container Image
22

33
![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
44
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/security/html/SBP-SLSA4/)
@@ -13,8 +13,8 @@
1313
To compile and deploy an application, copy the sources, fetch dependencies, and build the binary:
1414

1515
```Dockerfile
16-
# Build the application using the Rust 1.92 container image
17-
FROM registry.suse.com/bci/rust:1.92 as build
16+
# Build the application using the Rust 1.93 container image
17+
FROM registry.suse.com/bci/rust:1.93 as build
1818

1919
WORKDIR /app
2020

@@ -42,7 +42,7 @@ There are situations, where you don't want to run an application inside a contai
4242
To compile the application, without running it inside a container instance, use the following command:
4343

4444
```ShellSession
45-
$ podman run --rm -v "$PWD":/app:Z -w /app registry.suse.com/bci/rust:1.92 cargo build --release
45+
$ podman run --rm -v "$PWD":/app:Z -w /app registry.suse.com/bci/rust:1.93 cargo build --release
4646
```
4747

4848
**Note:** The Rust image is intended to be used as a build environment. For runtime, use smaller images such as `bci-base`, `bci-micro`, or `bci-minimal`.

rust-oldstable-image/_service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<service mode="buildtime" name="replace_using_package_version">
55
<param name="file">Dockerfile</param>
66
<param name="regex">%%RUST_VERSION%%</param>
7-
<param name="package">rust1.92</param>
7+
<param name="package">rust1.93</param>
88
</service>
99
<service mode="buildtime" name="replace_using_package_version">
1010
<param name="file">Dockerfile</param>
1111
<param name="regex">%%CARGO_VERSION%%</param>
12-
<param name="package">cargo1.92</param>
12+
<param name="package">cargo1.93</param>
1313
</service>
1414
</services>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requires:cargo1.92
2-
requires:rust1.92
1+
requires:cargo1.93
2+
requires:rust1.93

rust-oldstable-image/rust-oldstable-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Apr 14 13:56:56 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- rust 1.94 for stable, 1.93 for oldstable
5+
16
-------------------------------------------------------------------
27
Tue Mar 10 21:55:17 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

rust-stable-image/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
#!BuildTag: bci/rust:%%RUST_VERSION%%-1.%RELEASE%
1919
#!BuildTag: bci/rust:%%RUST_VERSION%%
2020
#!BuildTag: bci/rust:stable
21-
#!BuildTag: bci/rust:1.93
21+
#!BuildTag: bci/rust:1.94
2222
#!BuildName: bci-rust-stable
23-
#!BuildVersion: 16.1.1.93.1
23+
#!BuildVersion: 16.1.1.94.1
2424
FROM bci/bci-base:16.1
2525

2626
RUN set -euo pipefail; \
27-
zypper -n install --no-recommends rust1.93 cargo1.93
27+
zypper -n install --no-recommends rust1.94 cargo1.94
2828

2929
# cleanup logs and temporary files
3030
RUN set -euo pipefail; zypper -n clean -a; \
@@ -42,8 +42,8 @@ RUN set -euo pipefail; sed -i 's/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1\2/' /etc/shad
4242
# Define labels according to https://en.opensuse.org/Building_derived_containers
4343
# labelprefix=com.suse.bci.rust
4444
LABEL org.opencontainers.image.authors="https://github.com/SUSE/bci/discussions"
45-
LABEL org.opencontainers.image.title="SUSE Linux BCI Rust 1.93"
46-
LABEL org.opencontainers.image.description="Rust 1.93 container based on the SUSE Linux Base Container Image."
45+
LABEL org.opencontainers.image.title="SUSE Linux BCI Rust 1.94"
46+
LABEL org.opencontainers.image.description="Rust 1.94 container based on the SUSE Linux Base Container Image."
4747
LABEL org.opencontainers.image.version="%%RUST_VERSION%%"
4848
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
4949
LABEL org.opencontainers.image.created="%BUILDTIME%"
@@ -53,7 +53,7 @@ LABEL org.opencontainers.image.ref.name="%%RUST_VERSION%%-1.%RELEASE%"
5353
LABEL org.opensuse.reference="registry.suse.com/bci/rust:%%RUST_VERSION%%-1.%RELEASE%"
5454
LABEL org.openbuildservice.disturl="%DISTURL%"
5555
LABEL com.suse.supportlevel="techpreview"
56-
LABEL com.suse.supportlevel.until="2026-05-07"
56+
LABEL com.suse.supportlevel.until="2026-06-18"
5757
LABEL com.suse.eula="sle-beta"
5858
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-16"
5959
LABEL com.suse.release-stage="beta"

rust-stable-image/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rust 1.93 Container Image
1+
# Rust 1.94 Container Image
22

33
![Support Level](https://img.shields.io/badge/Support_Level-techpreview-blue)
44
[![SLSA](https://img.shields.io/badge/SLSA_(v0.1)-Level_4-Green)](https://documentation.suse.com/sbp/security/html/SBP-SLSA4/)
@@ -13,8 +13,8 @@
1313
To compile and deploy an application, copy the sources, fetch dependencies, and build the binary:
1414

1515
```Dockerfile
16-
# Build the application using the Rust 1.93 container image
17-
FROM registry.suse.com/bci/rust:1.93 as build
16+
# Build the application using the Rust 1.94 container image
17+
FROM registry.suse.com/bci/rust:1.94 as build
1818

1919
WORKDIR /app
2020

@@ -42,7 +42,7 @@ There are situations, where you don't want to run an application inside a contai
4242
To compile the application, without running it inside a container instance, use the following command:
4343

4444
```ShellSession
45-
$ podman run --rm -v "$PWD":/app:Z -w /app registry.suse.com/bci/rust:1.93 cargo build --release
45+
$ podman run --rm -v "$PWD":/app:Z -w /app registry.suse.com/bci/rust:1.94 cargo build --release
4646
```
4747

4848
**Note:** The Rust image is intended to be used as a build environment. For runtime, use smaller images such as `bci-base`, `bci-micro`, or `bci-minimal`.

rust-stable-image/_service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<service mode="buildtime" name="replace_using_package_version">
55
<param name="file">Dockerfile</param>
66
<param name="regex">%%RUST_VERSION%%</param>
7-
<param name="package">rust1.93</param>
7+
<param name="package">rust1.94</param>
88
</service>
99
<service mode="buildtime" name="replace_using_package_version">
1010
<param name="file">Dockerfile</param>
1111
<param name="regex">%%CARGO_VERSION%%</param>
12-
<param name="package">cargo1.93</param>
12+
<param name="package">cargo1.94</param>
1313
</service>
1414
</services>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requires:cargo1.93
2-
requires:rust1.93
1+
requires:cargo1.94
2+
requires:rust1.94

rust-stable-image/rust-stable-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Apr 14 13:56:56 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- rust 1.94 for stable, 1.93 for oldstable
5+
16
-------------------------------------------------------------------
27
Tue Mar 10 21:55:17 UTC 2026 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)