File tree 4 files changed +5
-115
lines changed
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
51
51
> This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been
52
52
> checked, the issue can be moved into _ Development: Done_ .
53
53
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 )
56
55
- [ ] Can build the image locally
57
56
- [ ] Can build an operator image
58
57
Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
runner : ["ubuntu-latest", "ubicloud-standard-8-arm"]
22
- ubi-version : ["ubi8", " ubi9"]
22
+ ubi-version : ["ubi9"]
23
23
runs-on : ${{ matrix.runner }}
24
24
steps :
25
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59
59
strategy :
60
60
fail-fast : false
61
61
matrix :
62
- ubi-version : ["ubi8", " ubi9"]
62
+ ubi-version : ["ubi9"]
63
63
runs-on : ubuntu-latest
64
64
needs : ["build"]
65
65
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.
56
56
57
57
- ci: Remove Nexus steps from build, mirror and release workflows ([ #1056 ] ).
58
58
Also remove the old release workflow.
59
+ - ubi8-rust-builder ([ #1091 ] ).
59
60
60
61
[ #1025 ] : https://github.com/stackabletech/docker-images/pull/1025
61
62
[ #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.
75
76
[ #1054 ] : https://github.com/stackabletech/docker-images/pull/1054
76
77
[ #1055 ] : https://github.com/stackabletech/docker-images/pull/1055
77
78
[ #1056 ] : https://github.com/stackabletech/docker-images/pull/1056
79
+ [ #1091 ] : https://github.com/stackabletech/docker-images/pull/1091
78
80
79
81
## [ 25.3.0] - 2025-03-21
80
82
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments