stackabletech / docker-images

Apache License 2.0
17 stars 2 forks source link

Rework Hive image #774

Closed lfrancke closed 3 weeks ago

lfrancke commented 1 month ago

Description

Definition of Done Checklist

- [ ] 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 month ago

I ran all integration tests and they all passed with the exception of the last one (random) which always failed at a Delete namespace step. Need to look into it.

lfrancke commented 1 month ago

The tests succeed after https://github.com/stackabletech/hive-operator/pull/484

lfrancke commented 1 month ago

We might want to wait with this until after 24.7 I'll let the release team decide.

NickLarsenNZ commented 1 month ago

Added as a stretch goal to https://github.com/stackabletech/issues/issues/557

sbernauer commented 3 weeks ago

Let's wait for https://github.com/stackabletech/docker-images/pull/803 first