Skip to content

Commit

Permalink
Merge pull request #834 from SUSE/for-deploy-5
Browse files Browse the repository at this point in the history
🤖: Update build recipes for SP5
  • Loading branch information
dirkmueller authored Jan 11, 2024
2 parents 620f762 + 720b0b7 commit 52986e7
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 22 deletions.
18 changes: 9 additions & 9 deletions rust-oldstable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@

#!BuildTag: bci/rust:oldstable
#!BuildTag: bci/rust:oldstable-2.%RELEASE%
#!BuildTag: bci/rust:1.73
#!BuildTag: bci/rust:1.73-2.%RELEASE%
#!BuildTag: bci/rust:1.74
#!BuildTag: bci/rust:1.74-2.%RELEASE%
#!BuildName: bci-rust-oldstable
#!BuildVersion: 15.5.1.73.2
#!BuildVersion: 15.5.1.74.2
FROM suse/sle15:15.5

MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.rust
LABEL org.opencontainers.image.title="SLE BCI Rust 1.73"
LABEL org.opencontainers.image.description="Rust 1.73 container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.73"
LABEL org.opencontainers.image.title="SLE BCI Rust 1.74"
LABEL org.opencontainers.image.description="Rust 1.74 container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.74"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opensuse.reference="registry.suse.com/bci/rust:1.73-2.%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/rust:1.74-2.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="l3"
LABEL com.suse.supportlevel.until="2024-01-04"
LABEL com.suse.supportlevel.until="2024-02-29"
LABEL com.suse.eula="sle-bci"
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends rust1.73 cargo1.73 lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends rust1.74 cargo1.74 lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
ENV RUST_VERSION="%%RUST_VERSION%%"
ENV CARGO_VERSION="%%CARGO_VERSION%%"
ENV CC="/usr/local/bin/gcc"
Expand Down
4 changes: 2 additions & 2 deletions rust-oldstable-image/_service
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%RUST_VERSION%%</param>
<param name="package">rust1.73</param>
<param name="package">rust1.74</param>
</service>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%CARGO_VERSION%%</param>
<param name="package">cargo1.73</param>
<param name="package">cargo1.74</param>
</service>
</services>
5 changes: 5 additions & 0 deletions rust-oldstable-image/rust-oldstable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 11 09:05:16 UTC 2024 - Dirk Mueller <[email protected]>

- move stable to 1.75, oldstable to 1.74

-------------------------------------------------------------------
Tue Jan 9 16:47:51 UTC 2024 - Dan Čermák <[email protected]>

Expand Down
18 changes: 9 additions & 9 deletions rust-stable-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@

#!BuildTag: bci/rust:stable
#!BuildTag: bci/rust:stable-1.%RELEASE%
#!BuildTag: bci/rust:1.74
#!BuildTag: bci/rust:1.74-1.%RELEASE%
#!BuildTag: bci/rust:1.75
#!BuildTag: bci/rust:1.75-1.%RELEASE%
#!BuildTag: bci/rust:latest
#!BuildName: bci-rust-stable
#!BuildVersion: 15.5.1.74.1
#!BuildVersion: 15.5.1.75.1
FROM suse/sle15:15.5

MAINTAINER SUSE LLC (https://www.suse.com/)

# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=com.suse.bci.rust
LABEL org.opencontainers.image.title="SLE BCI Rust 1.74"
LABEL org.opencontainers.image.description="Rust 1.74 container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.74"
LABEL org.opencontainers.image.title="SLE BCI Rust 1.75"
LABEL org.opencontainers.image.description="Rust 1.75 container based on the SLE Base Container Image."
LABEL org.opencontainers.image.version="1.75"
LABEL org.opencontainers.image.url="https://www.suse.com/products/server/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opensuse.reference="registry.suse.com/bci/rust:1.74-1.%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/rust:1.75-1.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="l3"
LABEL com.suse.supportlevel.until="2024-02-15"
LABEL com.suse.supportlevel.until="2024-04-11"
LABEL com.suse.eula="sle-bci"
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15"
LABEL com.suse.release-stage="released"
# endlabelprefix

RUN set -euo pipefail; zypper -n in --no-recommends rust1.74 cargo1.74 lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
RUN set -euo pipefail; zypper -n in --no-recommends rust1.75 cargo1.75 lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/*
ENV RUST_VERSION="%%RUST_VERSION%%"
ENV CARGO_VERSION="%%CARGO_VERSION%%"
ENV CC="/usr/local/bin/gcc"
Expand Down
4 changes: 2 additions & 2 deletions rust-stable-image/_service
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%RUST_VERSION%%</param>
<param name="package">rust1.74</param>
<param name="package">rust1.75</param>
</service>
<service name="replace_using_package_version" mode="buildtime">
<param name="file">Dockerfile</param>
<param name="regex">%%CARGO_VERSION%%</param>
<param name="package">cargo1.74</param>
<param name="package">cargo1.75</param>
</service>
</services>
5 changes: 5 additions & 0 deletions rust-stable-image/rust-stable-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 11 09:05:16 UTC 2024 - Dirk Mueller <[email protected]>

- move stable to 1.75, oldstable to 1.74

-------------------------------------------------------------------
Tue Jan 9 16:47:51 UTC 2024 - Dan Čermák <[email protected]>

Expand Down

0 comments on commit 52986e7

Please sign in to comment.