Skip to content

Commit 8800f91

Browse files
committed
chore(os-image): bump cocoon-agent to v0.1.6
reseed verb, exec WaitDelay session-leak fix, machine-id setup fallback.
1 parent d49a8b6 commit 8800f91

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

os-image/android/14.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2424
RUN --mount=type=secret,id=cocoon_overlay \
2525
--mount=type=secret,id=cocoon_network \

os-image/android/15.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2424
RUN --mount=type=secret,id=cocoon_overlay \
2525
--mount=type=secret,id=cocoon_network \

os-image/ubuntu/install-agent.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
# `systemctl enable` is a no-op when the symlinks are already in place.
88
set -eu
99

10-
AGENT_VERSION="${COCOON_AGENT_VERSION:-0.1.5}"
10+
AGENT_VERSION="${COCOON_AGENT_VERSION:-0.1.6}"
1111
ARCH="${TARGETARCH:-$(dpkg --print-architecture)}"
1212
case "$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 ;;
1616
esac
1717

0 commit comments

Comments
 (0)