| name | Update UBI Rust Builders | |
|---|---|---|
| about | This template contains instructions specific to updating this product and/or container image(s). | |
| title | chore(ubi-rust-builders): Update image for YY.M.X | |
| labels | ||
| projects |
|
|
| assignees |
Part of https://github.com/stackabletech/docker-images/issues/xxx.
- Add:
x.x.x - Remove:
y.y.y
Tip
Please add the scheduled-for/YY.M.X label, and add to the Stackable Engineering project.
- Update UBI version hash in the Dockerfile (
FROM) - Update
RUST_DEFAULT_TOOLCHAIN_VERSION - Update
CARGO_CYCLONEDX_CRATE_VERSION - Update
CARGO_AUDITABLE_CRATE_VERSION - Update
PROTOC_VERSION
- Link to the docker-images PR (product update)
- Bump rust toolchain in operator-rs
- Bump rust toolchain in operator-templating
Tip
This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into Development: Done.
- Done for ubi9-rust-builder/Dockerfile
- Done for ubi10-rust-builder/Dockerfile
- Can build the image locally
- Can build an operator image
Testing instructions
docker build -t oci.stackable.tech/sdp/ubi9-rust-builder . -f ubi9-rust-builder/Dockerfile
docker build -t oci.stackable.tech/sdp/ubi10-rust-builder . -f ubi10-rust-builder/Dockerfile
# Change directory into the an operator repository and ensure the image can build
docker build . -f docker/DockerfilePlease consider updating this template if these instructions are wrong, or could be made clearer.