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:829f6df217bcbae2b371026e81711d1a787c61b2967ad09d015063663ebafbf7
FROM docker.io/library/ubuntu:22.04@sha256:b8b6ee6aa931ecd9d0d952abc34dc0e5f7c6a30c6bb71b079fe399fde0329c02

ARG APT_MIRROR=

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:224a1869083a311ef3f13648a154ba79832fbef6364d31493642ca03082da254
FROM docker.io/library/ubuntu:24.04@sha256:008173c23f95b170204355c12626cb5a965d779a7e1283b09e9cffbb1bf33ca3

ARG APT_MIRROR=

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:513c074113a871b51a8d16ab445c88779d6452d937a164fb5cc479f32668a41d
FROM docker.io/library/ubuntu:26.04@sha256:da6fc2be547864451aa253836dd926da33623312df4a9a243e35dc877c378a78

ARG APT_MIRROR=

Expand Down
4 changes: 2 additions & 2 deletions images/Dockerfile.bread-26.10
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bread image: Ubuntu 26.10 + sshd only.

FROM docker.io/library/ubuntu:26.10@sha256:49077a16b772f8bc6e6f160ad2bfc218919f3455037387ed19a8309174328603 AS base
FROM docker.io/library/ubuntu:26.10@sha256:ee126c2fa0249079a7e24ae3a3d29b04783ef93ab33c868751c9a1289d3fffff AS base

ARG APT_MIRROR=

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN chmod 0755 /usr/local/bin/bread-tar-shim && \
# seccomp shim for sshd, inert unless the host's emulation refuses seccomp
# filters. See hack/seccomp-shim.c. Cross-compiled on the build platform, from
# the same pin as the base above (hack/check_base.sh moves both).
FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu:26.10@sha256:49077a16b772f8bc6e6f160ad2bfc218919f3455037387ed19a8309174328603 AS seccomp-shim
FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu:26.10@sha256:ee126c2fa0249079a7e24ae3a3d29b04783ef93ab33c868751c9a1289d3fffff AS seccomp-shim
ARG APT_MIRROR=
RUN --mount=type=bind,source=hack/apt-mirror.sh,target=/usr/local/bin/bread-apt-mirror \
--mount=type=tmpfs,target=/run/apt-mirror \
Expand Down