File tree Expand file tree Collapse file tree 4 files changed +5
-115
lines changed Expand file tree Collapse file tree 4 files changed +5
-115
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ Add/Change/Remove anything that isn't applicable anymore
5151> This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been
5252> checked, the issue can be moved into _ Development: Done_ .
5353
54- - Done for [ ubi8-rust-builder/Dockerfile] ( https://github.com/stackabletech/docker-images/blob/main/ubi8-rust-builder/Dockerfile )
55- - Done for [ ubi9-rust-builder/Dockerfile] ( https://github.com/stackabletech/docker-images/blob/main/ubi9-rust-builder/Dockerfile )
54+ - [ ] Done for [ ubi9-rust-builder/Dockerfile] ( https://github.com/stackabletech/docker-images/blob/main/ubi9-rust-builder/Dockerfile )
5655- [ ] Can build the image locally
5756- [ ] Can build an operator image
5857
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 runner : ["ubuntu-latest", "ubicloud-standard-8-arm"]
22- ubi-version : ["ubi8", " ubi9"]
22+ ubi-version : ["ubi9"]
2323 runs-on : ${{ matrix.runner }}
2424 steps :
2525 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959 strategy :
6060 fail-fast : false
6161 matrix :
62- ubi-version : ["ubi8", " ubi9"]
62+ ubi-version : ["ubi9"]
6363 runs-on : ubuntu-latest
6464 needs : ["build"]
6565 steps :
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ All notable changes to this project will be documented in this file.
5656
5757- ci: Remove Nexus steps from build, mirror and release workflows ([ #1056 ] ).
5858 Also remove the old release workflow.
59+ - ubi8-rust-builder ([ #1091 ] ).
5960
6061[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
6162[ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
@@ -75,6 +76,7 @@ All notable changes to this project will be documented in this file.
7576[ #1054 ] : https://github.com/stackabletech/docker-images/pull/1054
7677[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
7778[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
79+ [ #1091 ] : https://github.com/stackabletech/docker-images/pull/1091
7880
7981## [ 25.3.0] - 2025-03-21
8082
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments