Skip to content

Commit 98ed547

Browse files
authored
Switch operators to use UBI9 (#359)
* Template for refined issue * Switch to UBI9 * Revert "Template for refined issue" This reverts commit a9f1d27.
1 parent f949c48 commit 98ed547

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
# IMPORTANT
33
# If you change the Rust toolchain version here, make sure to also change
4-
# Docker-images/ubi8-rust-builder/Dockerfile
5-
rust_version: 1.77.0
4+
# docker-images/ubi8-rust-builder/Dockerfile & docker-images/ubi9-rust-builder/Dockerfile
5+
rust_version: 1.77.2

template/docker/Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is automatically generated from the templates in stackabletech/operator-templating
33
# DON'T MANUALLY EDIT THIS FILE
44
# =============
5-
FROM oci.stackable.tech/sdp/ubi8-rust-builder AS builder
5+
FROM oci.stackable.tech/sdp/ubi9-rust-builder AS builder
66

7-
FROM registry.access.redhat.com/ubi8/ubi-minimal AS operator
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal AS operator
88

99
ARG VERSION
1010
ARG RELEASE="1"

0 commit comments

Comments
 (0)