Skip to content

Commit

Permalink
Merge pull request #17 from elcajon-tech/yq
Browse files Browse the repository at this point in the history
Yq
  • Loading branch information
elcajon authored Sep 24, 2022
2 parents 1bcc15f + aaf2397 commit 57c682c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ RUN \
&& curl -J -L -s -o /usr/bin/cloudflared "https://github.com/cloudflare/cloudflared/releases/download/${version}/cloudflared-linux-${ARCH}" \
&& chmod +x /usr/bin/cloudflared \
\
&& version=$(jq -r '."mikefarah/yq"' /tmp/versions.json) \
&& curl -J -L -s -o /usr/bin/yq "https://github.com/mikefarah/yq/releases/download/${version}/yq_linux_${ARCH}" \
&& chmod +x /usr/bin/yq \
\
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg &> /dev/null \
&& echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian \
Expand Down
3 changes: 2 additions & 1 deletion code-server/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"bcicen/ctop": "v0.7.7",
"rclone/rclone": "v1.59.2",
"tailscale/tailscale": "v1.30.2",
"cloudflare/cloudflared": "2022.9.1"
"cloudflare/cloudflared": "2022.9.1",
"mikefarah/yq": "v4.27.5"
}

0 comments on commit 57c682c

Please sign in to comment.