File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ SUBMODULES=_submodules
2929UID: =$(shell id -u)
3030GID: =$(shell id -g)
3131
32- FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.24-trixie
32+ FIRECRACKER_CONTAINERD_BUILDER_IMAGE? =golang:1.24-bookworm
3333export FIRECRACKER_CONTAINERD_TEST_IMAGE? =localhost/firecracker-containerd-test
3434export GO_CACHE_VOLUME_NAME? =gocache
3535
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:experimental
22# Test image that starts up containerd and the devmapper snapshotter. The default CMD will drop to a bash shell. Overrides
33# to CMD will be provided appended to /bin/bash -c
4- FROM public.ecr.aws/docker/library/golang:1.24-trixie
4+ FROM public.ecr.aws/docker/library/golang:1.24-bookworm
55ENV PATH="/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/go/bin"
66ENV INSTALLROOT="/usr/local"
77ENV DEBIAN_FRONTEND="noninteractive"
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM public.ecr.aws/docker/library/golang:1.24-trixie
14+ FROM public.ecr.aws/docker/library/golang:1.24-bookworm
1515
1616RUN apt-get update && apt-get install --yes --no-install-recommends \
1717 libprotobuf-dev=3.21.12-11 \
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM public.ecr.aws/docker/library/golang:1.24-trixie
14+ FROM public.ecr.aws/docker/library/golang:1.24-bookworm
1515
1616RUN apt-get update && \
1717 DEBIAN_FRONTEND=noninteractive apt-get -y install libseccomp-dev pkg-config e2fsprogs
Original file line number Diff line number Diff line change 1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
1313
14- FROM public.ecr.aws/docker/library/golang:1.24-trixie
14+ FROM public.ecr.aws/docker/library/golang:1.24-bookworm
Original file line number Diff line number Diff line change 6666
6767touch ${FICD_CONTAINERD_OUTFILE}
6868chmod a+rw ${FICD_CONTAINERD_OUTFILE}
69- PATH= " /bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/go/bin " /usr/local/bin/containerd --log-level debug & >> ${FICD_CONTAINERD_OUTFILE} &
69+ /usr/local/bin/containerd --log-level debug & >> ${FICD_CONTAINERD_OUTFILE} &
7070
7171/usr/local/bin/http-address-resolver & >> ${FICD_LOG_DIR} /http-address-resolver.out &
7272/usr/local/bin/demux-snapshotter & >> ${FICD_LOG_DIR} /demux-snapshotter.out &
You can’t perform that action at this time.
0 commit comments