mirror of
https://github.com/ysoftdevs/git-yq.git
synced 2026-01-11 22:41:05 +01:00
added src label
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
FROM alpine/git:v2.26.2
|
FROM alpine/git:v2.26.2
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source=https://github.com/ysoftdevs/git-yq
|
||||||
|
|
||||||
RUN wget https://github.com/mikefarah/yq/releases/download/v4.13.3/yq_linux_amd64.tar.gz -O - |\
|
RUN wget https://github.com/mikefarah/yq/releases/download/v4.13.3/yq_linux_amd64.tar.gz -O - |\
|
||||||
tar xz && mv yq_linux_amd64 /usr/bin/yq
|
tar xz && mv yq_linux_amd64 /usr/bin/yq
|
||||||
|
|||||||
Reference in New Issue
Block a user