Created
January 22, 2025 13:18
-
-
Save Ompragash/d94be2019f60b208e5c0fecfb0000814 to your computer and use it in GitHub Desktop.
Revisions
-
Ompragash created this gist
Jan 22, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ FROM alpine:latest # Install basic packages RUN apk add --no-cache bash RUN --mount=type=secret,id=ARTIFACTORY_ACCESS_TOKEN \ echo "Token is: $ARTIFACTORY_ACCESS_TOKEN" # Set the default command to run when starting the container CMD ["bash"]