File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ ENV DEBIAN_FRONTEND=noninteractive
1818
1919# Bumping COCOON_AGENT_VERSION must also update COCOON_AGENT_SHA256 — the
2020# sha256sum -c step below fails the build when they drift.
21- ARG COCOON_AGENT_VERSION=0.1.5
22- ARG COCOON_AGENT_SHA256=4ca52609076efb4d5091d42b4a41533102766568e91d096e8ed25d2f4250ec25
21+ ARG COCOON_AGENT_VERSION=0.1.6
22+ ARG COCOON_AGENT_SHA256=f6339ce6fc8d0779642a8a91692d62a06958964f8a723c3644779c435aba2bd7
2323
2424RUN --mount=type=secret,id=cocoon_overlay \
2525 --mount=type=secret,id=cocoon_network \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ ENV DEBIAN_FRONTEND=noninteractive
1818
1919# Bumping COCOON_AGENT_VERSION must also update COCOON_AGENT_SHA256 — the
2020# sha256sum -c step below fails the build when they drift.
21- ARG COCOON_AGENT_VERSION=0.1.5
22- ARG COCOON_AGENT_SHA256=4ca52609076efb4d5091d42b4a41533102766568e91d096e8ed25d2f4250ec25
21+ ARG COCOON_AGENT_VERSION=0.1.6
22+ ARG COCOON_AGENT_SHA256=f6339ce6fc8d0779642a8a91692d62a06958964f8a723c3644779c435aba2bd7
2323
2424RUN --mount=type=secret,id=cocoon_overlay \
2525 --mount=type=secret,id=cocoon_network \
Original file line number Diff line number Diff line change 77# `systemctl enable` is a no-op when the symlinks are already in place.
88set -eu
99
10- AGENT_VERSION=" ${COCOON_AGENT_VERSION:- 0.1.5 } "
10+ AGENT_VERSION=" ${COCOON_AGENT_VERSION:- 0.1.6 } "
1111ARCH=" ${TARGETARCH:- $(dpkg --print-architecture)} "
1212case " $ARCH " in
13- amd64) AGENT_ARCH=" x86_64" ; AGENT_SHA256=" 4ca52609076efb4d5091d42b4a41533102766568e91d096e8ed25d2f4250ec25 " ;;
14- arm64) AGENT_ARCH=" arm64" ; AGENT_SHA256=" 74a7f53282063b60fa2a8288c40df8ac78f479f403751c729b5e761187a3145d " ;;
13+ amd64) AGENT_ARCH=" x86_64" ; AGENT_SHA256=" f6339ce6fc8d0779642a8a91692d62a06958964f8a723c3644779c435aba2bd7 " ;;
14+ arm64) AGENT_ARCH=" arm64" ; AGENT_SHA256=" 7165d2a471940b763d85e10475f44762129810dd01d22beec40984052cae9503 " ;;
1515 * ) echo " install-agent: unsupported arch '$ARCH '" >&2 ; exit 1 ;;
1616esac
1717
You can’t perform that action at this time.
0 commit comments