gaqcustomer.blogg.se

Openshift tomcat 8
Openshift tomcat 8









openshift tomcat 8

& tar -xf "/tmp/apache-tomcat-8.0.5.tar.gz" -C /deployments/

openshift tomcat 8

So, lets start with a simple java application,Ĭreate a Dockerfile to install Apache Tomcat 8 and copy our created war file into Tomcat’s webapps folderįROM /ubi8/openjdk-11 And after that, i’ll deploy a simple hello world java application on top of Tomcat 8. On this sample, im trying to create a Apache Tomcat 8 (version 8.0.5 to be precise), and deploy it on top on a UBI8 base image, with JDK 11 installed on it. UBI images can be obtained from the Red Hat container catalog, and be built and deployed anywhere. Like previous base images, they are built from portions of Red Hat Enterprise Linux. UBI (Universal Base Image) 8 is an OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable.











Openshift tomcat 8