Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EPIC] Change base images #183

Closed
manusa opened this issue May 7, 2020 · 1 comment
Closed

[EPIC] Change base images #183

manusa opened this issue May 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@manusa
Copy link
Member

manusa commented May 7, 2020

Description

As we move away from fabric8 organization, it's good not to depend on fabric8 maintained base images.

Since Red Hat Universal Base Image (UBI) was recently released, we can switch all of our base images with those provided by UBI.

These are the base images Eclipse Che is using for Devfiles.

These are the images quarkus uses. For Java-Exec we can implement our own with a similar approach.

Current Base Images

Image type Usage (Generator) Current Image Proposed Image
java.upstream.s2i java-exec,spring-boot,wildfly-swarm fabric8/s2i-java quay.io/jkube/jkube-java-binary-s2i #205
java.upstream.docker java-exec,spring-boot,wildfly-swarm fabric8/java-centos-openjdk8-jdk quay.io/jkube/jkube-java-binary-s2i #205
java.redhat.s2i java-exec,spring-boot,wildfly-swarm jboss-fuse-6/fis-java-openshift No longer applicable #220
java.redhat.docker java-exec,spring-boot,wildfly-swarm jboss-fuse-6/fis-java-openshift No longer applicable #220
karaf.upstream.docker karaf fabric8/s2i-karaf quay.io/jkube/jkube-karaf-binary-s2i #214
karaf.upstream.s2i karaf fabric8/s2i-karaf quay.io/jkube/jkube-karaf-binary-s2i #214
karaf.redhat.docker karaf jboss-fuse-6/fis-karaf-openshift No longer applicable #220
karaf.redhat.s2i karaf jboss-fuse-6/fis-karaf-openshift No longer applicable #220
tomcat.upstream webapp fabric8/tomcat-9 quay.io/jkube/jkube-tomcat9-binary-s2i #206
jetty.upstream webapp fabric8/jetty-9 quay.io/jkube/jkube-jetty9-binary-s2i #210
wildfly.upstream.docker webapp jboss/wildfly jboss/wildfly:19.0 .0.Final #198
wildfly.upstream.s2i webapp n/a quay.io/wildfly/wildfly-centos7:19.0 #201

Tasks for each image change:

Issues

@manusa
Copy link
Member Author

manusa commented Jun 2, 2020

All base images have been replaced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant