Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5

MAINTAINER Muhammad Edwin < edwin at redhat dot com >
MAINTAINER Raja DevOps 27-MAR-2026

LABEL BASE_IMAGE="registry.access.redhat.com/ubi8/ubi-minimal:8.5"
LABEL JAVA_VERSION="11"
Expand All @@ -11,4 +11,4 @@ WORKDIR /work/
COPY target/*.jar /work/application.jar

EXPOSE 8080
CMD ["java", "-jar", "application.jar"]
CMD ["java", "-jar", "application.jar"]
1 change: 1 addition & 0 deletions Example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hi , This is our 1st practical class for learning Git & Githib functionlaities
Empty file added example2.md
Empty file.