Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed

- ubi8-rust-bilder: bump ubi8-minimal image to latest 8.9 ([#514]).
- stackable-base: bump ubi8-minimal image to latest 8.9 ([#514]).

[#514]: https://github.com/stackabletech/docker-images/pull/514

## [23.11.0] - 2023-11-30

### Added

- hadoop: Added Stackable topology provider jar to enable k8s-based rack awareness ([#509])
Expand Down
4 changes: 2 additions & 2 deletions stackable-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 8.8-1014 as of 2023-07-20
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8@sha256:14b404f4181904fb5edfde1a7a6b03fe1b0bb4dad1f5c02e16f797d5eea8c0cb
# 8.9-1029 as of 2023-12-01
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9@sha256:0e1879febd1be94e0d234060770ce33a543488374d91881259de9119ea75d33f

# intentionally unused
ARG PRODUCT
Expand Down
3 changes: 2 additions & 1 deletion ubi8-rust-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7@sha256:3e1adcc31c6073d010b8043b070bd089d7bf37ee2c397c110211a6273453433f AS builder
# 8.9-1029 as of 2023-12-01
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9@sha256:0e1879febd1be94e0d234060770ce33a543488374d91881259de9119ea75d33f AS builder
LABEL maintainer="Stackable GmbH"

# https://github.com/hadolint/hadolint/wiki/DL4006
Expand Down