Skip to content

Commit 3dd7ba6

Browse files
committed
ci(openclaw): allow reviewed archive install
Signed-off-by: Aaron Erickson <aerickson@nvidia.com>
1 parent 0ef5c19 commit 3dd7ba6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
214214
# Install OpenClaw CLI + PyYAML.
215215
# .openclaw is now writable by default, so exec-approvals writes to
216216
# ~/.openclaw/exec-approvals.json natively — no sed patch needed.
217+
# hadolint ignore=DL3016
217218
RUN --mount=type=bind,source=nemoclaw-blueprint/blueprint.yaml,target=/tmp/blueprint.yaml \
218219
echo "$OPENCLAW_VERSION" | grep -qxE '[0-9]+(\.[0-9]+)*' \
219220
|| { echo "Error: OPENCLAW_VERSION='$OPENCLAW_VERSION' is invalid (expected e.g. 2026.3.11)."; exit 1; }; \

0 commit comments

Comments
 (0)