Vendor later versions of jq/yq
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-05 08:51:10 +02:00
parent 1e19805757
commit 3a97358f30
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 6 additions and 5 deletions

View File

@ -5,12 +5,10 @@ RUN apk add --upgrade --no-cache \
curl \
git \
grep \
jq \
openssh-client \
py3-requests \
skopeo \
util-linux \
yq
util-linux
RUN mkdir -p ~./local/bin
RUN mkdir -p ~/.abra/apps
@ -19,8 +17,11 @@ RUN mkdir -p ~/.ssh/
RUN ssh-keyscan -p 2222 git.autonomic.zone > ~/.ssh/known_hosts
RUN ln -sf /usr/bin/jq ~/.abra/vendor
RUN ln -sf /usr/bin/yq ~/.abra/vendor
RUN curl -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 --output ~/.abra/vendor/jq
RUN chmod +x ~/.abra/vendor/jq
RUN curl -L https://github.com/mikefarah/yq/releases/download/v4.9.3/yq_linux_amd64 --output ~/.abra/vendor/yq
RUN chmod +x ~/.abra/vendor/yq
# Note(decentral1se): it is fine to always use the development branch because
# our Drone CI docker auto-tagger will publish official release tags and