Skip to content

Commit

Permalink
Update java base image to latest ubi8 tag (#248)
Browse files Browse the repository at this point in the history
* retired java 1.8.0 support

* updated java ubi8 base image to latest tag (8.6-990)

* adapted changelog
  • Loading branch information
maltesander committed Nov 8, 2022
1 parent c7a3b16 commit e339b36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ All notable changes to this project will be documented in this file.
- Added labels for openshift requirements and licenses for all images ([#95]).
- Added `RELEASE` ARG for all images ([#95]).

### Changed

- Updated base images to latest ubi8 tag 8.6-990 ([#248]).

### Removed

- Prometheus image, NodeExporter image, Antora ([#95]).
- Retired Java 1.8.0 support ([#248]).

[#95]: https://github.com/stackabletech/docker-images/pull/95
[#248]: https://github.com/stackabletech/docker-images/pull/248
4 changes: 0 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@
{
'name': 'java-base',
'versions': [
{
'product': '1.8.0',
'_security_path': '/usr/lib/jvm/jre-1.8.0/lib/security/java.security',
},
{
'product': '11',
'_security_path': '/usr/lib/jvm/jre-11/conf/security/java.security',
Expand Down
2 changes: 1 addition & 1 deletion java-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6@sha256:e58664de16551db29fb0eaaeb3c4a44eaf95ad89a5b2399a1107041c4f2d6d34
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6@sha256:c6184bf1780638e3d1032030cf6381e40627ed66410405daad6543fa4dbf8fed

ARG PRODUCT
ARG RELEASE="1"
Expand Down

0 comments on commit e339b36

Please sign in to comment.