Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 2.36 KB

File metadata and controls

73 lines (58 loc) · 2.36 KB
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
stackabletech/10
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 tasks

  • 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

Related Pull Requests

  • Link to the docker-images PR (product update)
  • Bump rust toolchain in operator-rs
  • Bump rust toolchain in operator-templating

Acceptance

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.

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/Dockerfile

Please consider updating this template if these instructions are wrong, or could be made clearer.