From 9e959e9244906de6bbceb515dfe2cc32b4595cbc Mon Sep 17 00:00:00 2001 From: sai Date: Thu, 13 Jan 2022 09:27:26 +0000 Subject: [PATCH 1/3] modified line --- webapp/src/main/webapp/index.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 0aefb844..5725d20b 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,6 +1,5 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

By Mr.Hari from Saidemy

It's time to start the DevOps Project-2 by Mr.Hari!!

-

This is what complete End-to-End CI-CD pipeline DevOps project !!

-

We are done with DevOps Project-2

+ From 16c2b6441d966cc262060236f8b6118ebaccf99d Mon Sep 17 00:00:00 2001 From: saikingtmv <97618008+saikingtmv@users.noreply.github.com> Date: Sun, 23 Jan 2022 00:21:26 +0530 Subject: [PATCH 2/3] Update Dockerfile --- Dockerfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0bc2f55..427491de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,4 @@ -# Pull base image -From tomcat:8-jre8 - -# Maintainer -MAINTAINER "valaxytech@gmail.com" -COPY ./webapp.war /usr/local/tomcat/webapps -RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps +FROM ubuntu +RUN echo "Hi sai" > /tmp/testfile +RUN apt-get update -y +RUN apt-get install tree -y From 37cb16612472e307ff27b1a75a9c6ece9c078876 Mon Sep 17 00:00:00 2001 From: sai Date: Thu, 10 Feb 2022 19:54:12 +0000 Subject: [PATCH 3/3] code edit --- webapp/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 5725d20b..e83df691 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,5 +1,5 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

By Mr.Hari from Saidemy

-

It's time to start the DevOps Project-2 by Mr.Hari!!

+