Skip to content

Build 0.0.0-dev product images as multi-arch#614

Merged
sbernauer merged 44 commits intomainfrom
feature/multi-arch-dev-pipeline
Apr 11, 2024
Merged

Build 0.0.0-dev product images as multi-arch#614
sbernauer merged 44 commits intomainfrom
feature/multi-arch-dev-pipeline

Conversation

@sbernauer
Copy link
Copy Markdown
Member

@sbernauer sbernauer commented Apr 9, 2024

Description

Part of stackabletech/issues#552.
Pushes into Nexus and Harbor

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes
- [ ] Changes are OpenShift compatible
- [ ] All added packages (via microdnf or otherwise) have a comment on why they are added
- [ ] Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
- [ ] All packages should have (if available) signatures/hashes verified
- [ ] Does your change affect an SBOM? Make sure to update all SBOMs
- [ ] Add an entry to the CHANGELOG.md file
- [ ] Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

bake --product <product> --image-version <stackable-image-version>
kind load docker-image <image-tagged-with-the-major-version> --name=<name-of-your-test-cluster>

See the output of bake to retrieve the image tag for <image-tagged-with-the-major-version>.

@sbernauer sbernauer changed the title Feature/multi arch dev pipeline Build muti-arch nightly product images Apr 9, 2024
@sbernauer sbernauer changed the title Build muti-arch nightly product images Build nightly product images as muti-arch Apr 9, 2024
@sbernauer sbernauer force-pushed the feature/multi-arch-dev-pipeline branch from 3cdadaf to dbbfc70 Compare April 9, 2024 11:29
@sbernauer sbernauer changed the title Build nightly product images as muti-arch Build 0.0.0-dev product images as muti-arch Apr 11, 2024
@sbernauer sbernauer marked this pull request as ready for review April 11, 2024 10:47
@sbernauer sbernauer changed the title Build 0.0.0-dev product images as muti-arch Build 0.0.0-dev product images as multi-arch Apr 11, 2024
Copy link
Copy Markdown
Member

@Maleware Maleware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you add a Changelog entry please with the changes to the pipeline and the additional Trino CLI image? Otherwise great job, thank you!

@sbernauer sbernauer requested a review from Maleware April 11, 2024 11:56
Copy link
Copy Markdown
Member

@Maleware Maleware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Let's take off!

@sbernauer sbernauer added this pull request to the merge queue Apr 11, 2024
Merged via the queue into main with commit c54533c Apr 11, 2024
@sbernauer sbernauer deleted the feature/multi-arch-dev-pipeline branch April 11, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants