Skip to content

Commit 89ab14e

Browse files
NickLarsenNZTechassisbernauer
authored
Apply suggestions from code review
Co-authored-by: Techassi <[email protected]> Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 7d0adbc commit 89ab14e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All notable changes to this project will be documented in this file.
3535
### Changed
3636

3737
- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([#1050]).
38-
- ubi-rust-builder: Bump base image and update protoc to `30.2` ([#1091]).
38+
- ubi9-rust-builder: Bump base image and update protoc to `30.2` ([#1091]).
3939
- spark-k8s: Include spark-connect jars. Replace OpenJDK with Temurin JDK. Cleanup. ([#1034])
4040

4141
### Fixed
@@ -57,7 +57,7 @@ All notable changes to this project will be documented in this file.
5757

5858
- ci: Remove Nexus steps from build, mirror and release workflows ([#1056]).
5959
Also remove the old release workflow.
60-
- ubi8-rust-builder ([#1091]).
60+
- Remove ubi8-rust-builder image ([#1091]).
6161

6262
[#1025]: https://github.com/stackabletech/docker-images/pull/1025
6363
[#1027]: https://github.com/stackabletech/docker-images/pull/1027

ubi9-rust-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
55
# IMPORTANT: Be sure to use the Manifest List Digest for multi-arch support
6-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:e7da3c032ae52bd26e597cc616eed644710e32e5d3bc9212c7edde8ab7799b0e AS builder
6+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:e1c4703364c5cb58f5462575dc90345bcd934ddc45e6c32f9c162f2b5617681c AS builder
77

88
LABEL maintainer="Stackable GmbH"
99

0 commit comments

Comments
 (0)