You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fabric8/java-centos-openjdk8-jre:latest is 5 Months old (today 18th of March 2021), the fabric8/java-alpine-openjdk8-jdk:latest image is one year old (today 18th of March 2021). In order to have the latest security updates from centos/alpine/... installed the images should be re-built periodically and new versions should be tagged in order to have stable "releases".
As a Workaround all images inheriting from fabric8/java-centos-openjdk8... base-images should perform a
# ensure that all base-image-dependencies are brought to the newest versions
RUN yum update -y
as a first step in the Dockerfile.
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, the main purpose of the fabric8io-images was to provide base images for Fabric8 Maven Plugin (FMP) which has now been deprecated in favor of Eclipse JKube.
Are you still using FMP? are you using the base images for something else? Is it feasable for you to switch to the new JKube base images?
The fabric8/java-centos-openjdk8-jre images were/are popular to run Java 8 fat-jar Java applications (e.g. SpringBoot based applications). I guess there are still a lot of them out in the wild running on container platforms.
The
fabric8/java-centos-openjdk8-jre:latest
is 5 Months old (today 18th of March 2021), thefabric8/java-alpine-openjdk8-jdk:latest
image is one year old (today 18th of March 2021). In order to have the latest security updates from centos/alpine/... installed the images should be re-built periodically and new versions should be tagged in order to have stable "releases".As a Workaround all images inheriting from
fabric8/java-centos-openjdk8...
base-images should perform aas a first step in the
Dockerfile
.The text was updated successfully, but these errors were encountered: