Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/Dockerfile.bread-22.04
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bread image: Ubuntu 22.04 + sshd only.

FROM docker.io/library/ubuntu:22.04@sha256:0e0a0fc6d18feda9db1590da249ac93e8d5abfea8f4c3c0c849ce512b5ef8982
FROM docker.io/library/ubuntu:22.04@sha256:3b06811b2afd352be909dd088a004166d665dc76d38b13eada33522a9d915c6f

# Skip man/doc/info install for every subsequent package -- dpkg's man-db
# trigger is a major cost under qemu emulation (s390x / ppc64le). Persists in
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.bread-24.04
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bread image: Ubuntu 24.04 + sshd only.

FROM docker.io/library/ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90
FROM docker.io/library/ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea

# Skip man/doc/info install for every subsequent package -- dpkg's man-db
# trigger is a major cost under qemu emulation (s390x / ppc64le). Persists in
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.bread-26.04
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bread image: Ubuntu 26.04 + sshd only.

FROM docker.io/library/ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bca2b7063bb
FROM docker.io/library/ubuntu:26.04@sha256:678c6550cc43645e08669028bc177f50be4e7c5b8cca677067b1914d4afc7a03

# Skip man/doc/info install for every subsequent package -- dpkg's man-db
# trigger is a major cost under qemu emulation (s390x / ppc64le). Persists in
Expand Down