Skip to content

Commit f41a9a1

Browse files
authored
ci: 👷 add description to Docker image (#31)
Signed-off-by: jimmy-guzman <hi@jimmy.codes>
1 parent cc7c081 commit f41a9a1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

‎cart/Dockerfile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM eclipse-temurin:17-jre
22

3+
LABEL org.opencontainers.image.description="Shopping cart REST API with CRUD operations. Calls product at runtime for item and price enrichment."
4+
35
WORKDIR /app
46

57
COPY build/libs/cart.jar /app/cart.jar

‎product/Dockerfile‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM eclipse-temurin:17-jre@sha256:3443191793fb27f7df8bab42821d149eec9e280ab28e816e713387548c4dfcc6
22

3+
LABEL org.opencontainers.image.description="Read-only REST API serving synthetic product catalog, pricing, and inventory availability"
4+
35
# Set the working directory in the container
46
WORKDIR /app
57

0 commit comments

Comments
 (0)