Skip to content

Commit 6485b72

Browse files
committed
chore(ubi-rust-builders): Remove ubi8-rust-builder
1 parent 6633a96 commit 6485b72

File tree

4 files changed

+5
-115
lines changed

4 files changed

+5
-115
lines changed

.github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md

+1-2
Original file line numberDiff line numberDiff 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

.github/workflows/ubi-rust-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -59,7 +59,7 @@ jobs:
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:

CHANGELOG.md

+2
Original file line numberDiff line numberDiff 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

ubi8-rust-builder/Dockerfile

-111
This file was deleted.

0 commit comments

Comments
 (0)