File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 8282 echo "exists=false" >> $GITHUB_OUTPUT
8383 fi
8484
85+ - name : Debug Docker image
86+ if : steps.check.outputs.exists == 'true'
87+ run : |
88+ docker pull zenmldocker/zenml-sandbox:latest
89+ docker image inspect zenmldocker/zenml-sandbox:latest || echo "Failed to inspect image"
90+ docker manifest inspect zenmldocker/zenml-sandbox:latest || echo "Failed to inspect manifest"
91+
8592 # ── Generate & submit PR if missing ─────────────────
8693 - name : Generate Dockerfile.codespace
8794 if : steps.check.outputs.exists == 'false'
Original file line number Diff line number Diff line change 11# Sandbox base image
2- FROM zenmldocker/zenml-sandbox:latest
2+ FROM zenmldocker/zenml-sandbox@sha256:bc9716318ac1441ab4887f5824979ac0653dcae54f667d5435d08b369d057e88
33
44# Install uv from official distroless image
55COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
Original file line number Diff line number Diff line change 11# Sandbox base image
2- FROM zenmldocker/zenml-sandbox:latest
2+ FROM zenmldocker/zenml-sandbox@sha256:bc9716318ac1441ab4887f5824979ac0653dcae54f667d5435d08b369d057e88
33
44# Install uv from official distroless image
55COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
Original file line number Diff line number Diff line change 1111
1212# Dockerfile template
1313DOCKER_TEMPLATE = """# Sandbox base image
14- FROM zenmldocker/zenml-sandbox:latest
14+ FROM zenmldocker/zenml-sandbox@sha256:bc9716318ac1441ab4887f5824979ac0653dcae54f667d5435d08b369d057e88
1515
1616# Install uv from official distroless image
1717COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
You can’t perform that action at this time.
0 commit comments