Skip to content

Commit c249908

Browse files
authored
Merge pull request #33 from paullockaby/update-dockerfile
fix(deps): updating base container images
2 parents c96aea0 + 221c53b commit c249908

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
LABEL org.opencontainers.image.source=https://github.com/paullockaby/container-debug

examples/debug-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ spec:
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;" ]

0 commit comments

Comments
 (0)