From 4b617967fd9751e1ed37d272dda7b3d513e6fb48 Mon Sep 17 00:00:00 2001 From: Git8193 <97218851+Git8193@users.noreply.github.com> Date: Sat, 13 Sep 2025 13:15:20 +0530 Subject: [PATCH 1/3] Update Mainatiner name in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8d7fa6..47440a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 -MAINTAINER Muhammad Edwin < edwin at redhat dot com > +MAINTAINER Raja LABEL BASE_IMAGE="registry.access.redhat.com/ubi8/ubi-minimal:8.5" LABEL JAVA_VERSION="11" @@ -11,4 +11,4 @@ WORKDIR /work/ COPY target/*.jar /work/application.jar EXPOSE 8080 -CMD ["java", "-jar", "application.jar"] \ No newline at end of file +CMD ["java", "-jar", "application.jar"] From b4da817a3e3b991df61cf51599a28c29da2395c2 Mon Sep 17 00:00:00 2001 From: Git8193 Date: Sat, 13 Sep 2025 13:26:36 +0530 Subject: [PATCH 2/3] Updated POM & Dockerfile --- Dockerfile | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47440a9..0b1ad4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 -MAINTAINER Raja +LABEL Raja LABEL BASE_IMAGE="registry.access.redhat.com/ubi8/ubi-minimal:8.5" -LABEL JAVA_VERSION="11" +LABEL JAVA_VERSION="17" RUN microdnf install --nodocs java-11-openjdk-headless && microdnf clean all diff --git a/pom.xml b/pom.xml index 2ce731a..fc0ae9c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.1.RELEASE + 2.2.2.RELEASE From e60cb9bbd9ebcb7249529203eb03043be7e69dc6 Mon Sep 17 00:00:00 2001 From: Git8193 Date: Sat, 13 Sep 2025 13:27:16 +0530 Subject: [PATCH 3/3] Updated DFile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b1ad4b..500f7c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 -LABEL Raja +MAINTAINER Raja LABEL BASE_IMAGE="registry.access.redhat.com/ubi8/ubi-minimal:8.5" LABEL JAVA_VERSION="17"