File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM amazon/aws-cli:latest@sha256:1c2611ad4e3bff61024e073df192e829f2352295f6b47bc9b7583d09cd20b9f9 AS awscli
2- FROM debian:bookworm@sha256:00cd074b40c4d99ff0c24540bdde0533ca3791edcdac0de36d6b9fb3260d89e2 AS base
1+ FROM amazon/aws-cli:latest@sha256:389c5a5dbea530e5d914f174d96b8ad0bec0f5d9ad6999e3434cefeb77b44be0 AS awscli
2+ FROM debian:bookworm@sha256:bd73076dc2cd9c88f48b5b358328f24f2a4289811bd73787c031e20db9f97123 AS base
33
44# github metadata
55LABEL org.opencontainers.image.source=https://github.com/paullockaby/container-debug
Original file line number Diff line number Diff line change 2222 - name : debug
2323 image : ghcr.io/paullockaby/container-debug:latest
2424 imagePullPolicy : Always
25+ command : [ "/bin/bash", "-c", "--" ]
26+ args : [ "while true; do exit 1; done;" ]
You can’t perform that action at this time.
0 commit comments