Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Praful Rakhade <[email protected]>
  • Loading branch information
Prafulrakhade authored Dec 4, 2024
1 parent c7b3f79 commit 43e0e72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/debezium-fixer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
FROM alpine:3.15.4

ARG SOURCE
ARG COMMIT_HASH
ARG COMMIT_ID
ARG BUILD_TIME
LABEL source=${SOURCE}
LABEL commit_hash=${COMMIT_HASH}
LABEL commit_id=${COMMIT_ID}
LABEL build_time=${BUILD_TIME}

ARG container_user=mosip
ARG container_user_group=mosip
ARG container_user_uid=1001
Expand Down

0 comments on commit 43e0e72

Please sign in to comment.