stackabletech / docker-images

Apache License 2.0
14 stars 2 forks source link

Updates Druid versions for 24.7 #731

Closed lfrancke closed 13 hours ago

lfrancke commented 1 week ago

Description

Definition of Done Checklist

- [x] All added packages (via microdnf or otherwise) have a comment on why they are added
- [x] Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
- [x] All packages should have (if available) signatures/hashes verified
- [x] 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: ```shell bake --product --image-version kind load docker-image --name= ``` See the output of `bake` to retrieve the image tag for ``.
lfrancke commented 1 week ago

For anyone wanting to test this. I have pushed a version of the image as of commit https://github.com/stackabletech/docker-images/pull/731/commits/476c71c6435ea6e9efb93140343eb533fa9d5fc6 to

lfrancke commented 5 days ago

Sigi and I tested integration tests (I ran various tests and sigi tried the logging tests) and they were all successful