Skip to content

Commit 098023c

Browse files
images: update to toybox 0.8.8
Signed-off-by: Hyeongju Johannes Lee <hyeongju.lee@intel.com>
1 parent 3af79e1 commit 098023c

7 files changed

+13
-23
lines changed

build/docker/intel-dlb-initcontainer.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ FROM ${GOLANG_BASE} as builder
3939
ARG DIR=/intel-device-plugins-for-kubernetes
4040
WORKDIR $DIR
4141
COPY . .
42-
ARG TOYBOX_VERSION="0.8.7"
43-
ARG TOYBOX_SHA256="b6f43d5738df54623ed21c32f430d1d5c5ac7ef465a6a883890f104b59d5d9e4"
42+
ARG TOYBOX_VERSION="0.8.8"
43+
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
4444
ARG ROOT=/install_root
4545
RUN apt update && apt -y install musl musl-tools musl-dev
4646
RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION.tar.gz -o toybox.tar.gz \

build/docker/intel-fpga-initcontainer.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ RUN echo "{\n\
7272
\"stage\" : [ \"prestart\" ],\n\
7373
\"annotation\": [ \"fpga.intel.com/region\" ]\n\
7474
}\n">>/install_root/$SRC_DIR/$CRI_HOOK.json
75-
ARG TOYBOX_VERSION="0.8.7"
76-
ARG TOYBOX_SHA256="b6f43d5738df54623ed21c32f430d1d5c5ac7ef465a6a883890f104b59d5d9e4"
75+
ARG TOYBOX_VERSION="0.8.8"
76+
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
7777
ARG ROOT=/install_root
7878
RUN apt update && apt -y install musl musl-tools musl-dev
7979
RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION.tar.gz -o toybox.tar.gz \

build/docker/intel-gpu-initcontainer.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-ku
5454
--save_path /install_root/licenses/$CMD/go-licenses ; \
5555
else mkdir -p /install_root/licenses/$CMD/go-licenses/ && cd licenses/$CMD && cp -r * /install_root/licenses/$CMD/go-licenses/ ; fi
5656
###
57-
ARG TOYBOX_VERSION="0.8.7"
58-
ARG TOYBOX_SHA256="b6f43d5738df54623ed21c32f430d1d5c5ac7ef465a6a883890f104b59d5d9e4"
57+
ARG TOYBOX_VERSION="0.8.8"
58+
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
5959
ARG ROOT=/install_root
6060
RUN apt update && apt -y install musl musl-tools musl-dev
6161
RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION.tar.gz -o toybox.tar.gz \

build/docker/intel-qat-initcontainer.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ FROM ${GOLANG_BASE} as builder
3939
ARG DIR=/intel-device-plugins-for-kubernetes
4040
WORKDIR $DIR
4141
COPY . .
42-
ARG TOYBOX_VERSION="0.8.7"
43-
ARG TOYBOX_SHA256="b6f43d5738df54623ed21c32f430d1d5c5ac7ef465a6a883890f104b59d5d9e4"
42+
ARG TOYBOX_VERSION="0.8.8"
43+
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
4444
ARG ROOT=/install_root
4545
RUN apt update && apt -y install musl musl-tools musl-dev
4646
RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION.tar.gz -o toybox.tar.gz \

build/docker/intel-sgx-initcontainer.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-ku
5454
--save_path /install_root/licenses/$CMD/go-licenses ; \
5555
else mkdir -p /install_root/licenses/$CMD/go-licenses/ && cd licenses/$CMD && cp -r * /install_root/licenses/$CMD/go-licenses/ ; fi
5656
###
57-
ARG TOYBOX_VERSION="0.8.7"
58-
ARG TOYBOX_SHA256="b6f43d5738df54623ed21c32f430d1d5c5ac7ef465a6a883890f104b59d5d9e4"
57+
ARG TOYBOX_VERSION="0.8.8"
58+
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
5959
ARG ROOT=/install_root
6060
RUN apt update && apt -y install musl musl-tools musl-dev
6161
RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION.tar.gz -o toybox.tar.gz \

build/docker/lib/toybox_build.docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG TOYBOX_VERSION="0.8.7"
2-
ARG TOYBOX_SHA256="b6f43d5738df54623ed21c32f430d1d5c5ac7ef465a6a883890f104b59d5d9e4"
1+
ARG TOYBOX_VERSION="0.8.8"
2+
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
33

44
ARG ROOT=/install_root
55

build/docker/toybox-config

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
#
22
# Automatically generated make config: don't edit
33
# ToyBox version: KCONFIG_VERSION
4-
# Thu Sep 29 05:22:30 2022
4+
# Tue Oct 11 13:47:43 2022
55
#
6-
CONFIG_TOYBOX_CONTAINER=y
7-
CONFIG_TOYBOX_FIFREEZE=y
8-
CONFIG_TOYBOX_ICONV=y
9-
CONFIG_TOYBOX_UTMPX=y
10-
CONFIG_TOYBOX_SHADOW=y
116
# CONFIG_TOYBOX_ON_ANDROID is not set
12-
# CONFIG_TOYBOX_ANDROID_SCHEDPOLICY is not set
137
CONFIG_TOYBOX_FORK=y
14-
CONFIG_TOYBOX_PRLIMIT=y
15-
CONFIG_TOYBOX_GETRANDOM=y
16-
CONFIG_TOYBOX_COPYFILERANGE=y
17-
# CONFIG_TOYBOX_HASTIMERS is not set
188

199
#
2010
# Posix commands

0 commit comments

Comments
 (0)