Build durable release versions

cfb0568c0e28 · AtlantisPleb · · parent da8dce1b3c64

Build durable release versions

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified Dockerfile

Diff

1 file changed, +2 -0

Dockerfile modified +2

@@ -26,6 +26,7 @@ ARG RUNNER_IMAGE="docker.io/debian:${DEBIAN_VERSION}@sha256:3a39a0592364683e6bab

26 26
FROM ${BUILDER_IMAGE} AS builder
27 27
28 28
ARG OPENAGENTS_BUILD_REVISION="image"
29
ARG OPENAGENTS_RELEASE_VSN="0.2.0"
29 30
ARG SOURCE_DATE_EPOCH=0
30 31
ARG DEBIAN_SNAPSHOT
31 32
ARG HEX_VERSION

@@ -38,6 +39,7 @@ ARG ESBUILD_SHA256

38 39
ARG NODE_VERSION
39 40
ARG TARGETARCH
40 41
ENV OPENAGENTS_BUILD_REVISION=${OPENAGENTS_BUILD_REVISION}
42
ENV OPENAGENTS_RELEASE_VSN=${OPENAGENTS_RELEASE_VSN}
41 43
ENV SOURCE_DATE_EPOCH=${SOURCE_DATE_EPOCH}
42 44
43 45
# install build dependencies

This page updates live while a promote is in flight · changelog