Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
goss dev's repo has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaart3m authored and mboersma committed Apr 17, 2024
1 parent 879d428 commit 39a76e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ You will be prompted to confirm again before any tag or release is written to Gi
[Go]: https://golang.org/
[go-dev index URL]: https://mcr.microsoft.com/v2/oss/azcu/go-dev/tags/list
[golangci-lint]: https://github.com/golangci/golangci-lint
[goss]: https://github.com/aelsabbahy/goss
[goss]: https://github.com/goss-org/goss
[gox]: https://github.com/mitchellh/gox
[helm]: https://github.com/kubernetes/helm
[issues]: https://github.com/deis/docker-go-dev/issues
Expand Down
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ RUN \
&& unzip /tmp/packer.zip -d /usr/local/bin \
&& curl -o /usr/local/bin/shfmt -sSL https://github.com/mvdan/sh/releases/download/v{SHFMT_VERSION}/shfmt_v{SHFMT_VERSION}_linux_amd64 \
&& chmod +x /usr/local/bin/shfmt \
&& curl -L "https://github.com/aelsabbahy/goss/releases/download/${GOSS_VERSION}/goss-linux-amd64" -o /usr/local/bin/goss \
&& curl -L "https://github.com/goss-org/goss/releases/download/${GOSS_VERSION}/goss-linux-amd64" -o /usr/local/bin/goss \
&& chmod +rx /usr/local/bin/goss \
&& curl -L "https://github.com/aelsabbahy/goss/releases/download/${GOSS_VERSION}/dgoss" -o /usr/local/bin/dgoss \
&& curl -L "https://github.com/goss-org/goss/releases/download/${GOSS_VERSION}/dgoss" -o /usr/local/bin/dgoss \
&& chmod +rx /usr/local/bin/dgoss \
&& curl -sSL -o /tmp/upx.tar.xz https://github.com/upx/upx/releases/download/v${UPX_VERSION}/upx-${UPX_VERSION}-amd64_linux.tar.xz \
&& tar -xvf /tmp/upx.tar.xz -C /tmp \
Expand Down

0 comments on commit 39a76e4

Please sign in to comment.