File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 FICD_DM_VOLUME_GROUP : " fcci-vg"
2525 command :
2626 - ./.buildkite/setup_al2.sh
27- - docker run --rm -v $PWD:/mnt debian:trixie -slim rm -rf /mnt/tools/image-builder/rootfs
27+ - docker run --rm -v $PWD:/mnt debian:bookworm -slim rm -rf /mnt/tools/image-builder/rootfs
2828
2929 - wait
3030
Original file line number Diff line number Diff line change 2222 EXTRAGOARGS : " -race"
2323 command :
2424 - make test-images
25- - docker run --rm -v $PWD:/mnt debian:trixie -slim rm -rf /mnt/tools/image-builder/rootfs
25+ - docker run --rm -v $PWD:/mnt debian:bookworm -slim rm -rf /mnt/tools/image-builder/rootfs
2626 - sudo install -d -o root -g buildkite-agent -m 775 "/local/artifacts/$BUILDKITE_BUILD_NUMBER"
2727 - cp tools/image-builder/rootfs.img "/local/artifacts/$BUILDKITE_BUILD_NUMBER/"
2828
Original file line number Diff line number Diff line change 1414FROM public.ecr.aws/docker/library/golang:1.24-bookworm
1515
1616RUN apt-get update && apt-get install --yes --no-install-recommends \
17- libprotobuf-dev=3.21.12-11 \
18- protobuf-compiler=3.21.12-11 \
17+ libprotobuf-dev=3.21.12-3 \
18+ protobuf-compiler=3.21.12-3 \
1919 && go install google.golang.org/protobuf/cmd/
[email protected] \
2020 && go install github.com/containerd/ttrpc/cmd/
[email protected] \
2121 && mkdir /protobuf
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/debian:trixie -slim
14+ FROM public.ecr.aws/docker/library/debian:bookworm -slim
1515
1616RUN apt-get update && \
1717 DEBIAN_FRONTEND=noninteractive apt-get -y install \
You can’t perform that action at this time.
0 commit comments