mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
images: update toybox v0.8.9
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
974c8e40bc
commit
2c0d2eb187
@ -39,8 +39,8 @@ FROM ${GOLANG_BASE} as builder
|
||||
ARG DIR=/intel-device-plugins-for-kubernetes
|
||||
WORKDIR $DIR
|
||||
COPY . .
|
||||
ARG TOYBOX_VERSION="0.8.8"
|
||||
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
|
||||
ARG TOYBOX_VERSION="0.8.9"
|
||||
ARG TOYBOX_SHA256="8f2782073c1c862a405315b6516d8410e47139fc2c94b98bb5d23804537c1b65"
|
||||
ARG ROOT=/install_root
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
@ -49,7 +49,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
|
||||
&& tar -xzf toybox.tar.gz \
|
||||
&& rm toybox.tar.gz \
|
||||
&& cd toybox-$TOYBOX_VERSION \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT V=2 make toybox install \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT make toybox install \
|
||||
&& install -D LICENSE $ROOT/licenses/toybox \
|
||||
&& cp -r /usr/share/doc/musl $ROOT/licenses/
|
||||
###
|
||||
|
@ -70,8 +70,8 @@ RUN echo "{\n\
|
||||
\"stage\" : [ \"prestart\" ],\n\
|
||||
\"annotation\": [ \"fpga.intel.com/region\" ]\n\
|
||||
}\n">>/install_root/$SRC_DIR/$CRI_HOOK.json
|
||||
ARG TOYBOX_VERSION="0.8.8"
|
||||
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
|
||||
ARG TOYBOX_VERSION="0.8.9"
|
||||
ARG TOYBOX_SHA256="8f2782073c1c862a405315b6516d8410e47139fc2c94b98bb5d23804537c1b65"
|
||||
ARG ROOT=/install_root
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
@ -80,7 +80,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
|
||||
&& tar -xzf toybox.tar.gz \
|
||||
&& rm toybox.tar.gz \
|
||||
&& cd toybox-$TOYBOX_VERSION \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT V=2 make toybox install \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT make toybox install \
|
||||
&& install -D LICENSE $ROOT/licenses/toybox \
|
||||
&& cp -r /usr/share/doc/musl $ROOT/licenses/
|
||||
###
|
||||
|
@ -53,8 +53,8 @@ RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-ku
|
||||
--save_path /install_root/licenses/$CMD/go-licenses ; \
|
||||
else mkdir -p /install_root/licenses/$CMD/go-licenses/ && cd licenses/$CMD && cp -r * /install_root/licenses/$CMD/go-licenses/ ; fi
|
||||
###
|
||||
ARG TOYBOX_VERSION="0.8.8"
|
||||
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
|
||||
ARG TOYBOX_VERSION="0.8.9"
|
||||
ARG TOYBOX_SHA256="8f2782073c1c862a405315b6516d8410e47139fc2c94b98bb5d23804537c1b65"
|
||||
ARG ROOT=/install_root
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
@ -63,7 +63,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
|
||||
&& tar -xzf toybox.tar.gz \
|
||||
&& rm toybox.tar.gz \
|
||||
&& cd toybox-$TOYBOX_VERSION \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT V=2 make toybox install \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT make toybox install \
|
||||
&& install -D LICENSE $ROOT/licenses/toybox \
|
||||
&& cp -r /usr/share/doc/musl $ROOT/licenses/
|
||||
###
|
||||
|
@ -39,8 +39,8 @@ FROM ${GOLANG_BASE} as builder
|
||||
ARG DIR=/intel-device-plugins-for-kubernetes
|
||||
WORKDIR $DIR
|
||||
COPY . .
|
||||
ARG TOYBOX_VERSION="0.8.8"
|
||||
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
|
||||
ARG TOYBOX_VERSION="0.8.9"
|
||||
ARG TOYBOX_SHA256="8f2782073c1c862a405315b6516d8410e47139fc2c94b98bb5d23804537c1b65"
|
||||
ARG ROOT=/install_root
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
@ -49,7 +49,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
|
||||
&& tar -xzf toybox.tar.gz \
|
||||
&& rm toybox.tar.gz \
|
||||
&& cd toybox-$TOYBOX_VERSION \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT V=2 make toybox install \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT make toybox install \
|
||||
&& install -D LICENSE $ROOT/licenses/toybox \
|
||||
&& cp -r /usr/share/doc/musl $ROOT/licenses/
|
||||
###
|
||||
|
@ -53,8 +53,8 @@ RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-ku
|
||||
--save_path /install_root/licenses/$CMD/go-licenses ; \
|
||||
else mkdir -p /install_root/licenses/$CMD/go-licenses/ && cd licenses/$CMD && cp -r * /install_root/licenses/$CMD/go-licenses/ ; fi
|
||||
###
|
||||
ARG TOYBOX_VERSION="0.8.8"
|
||||
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
|
||||
ARG TOYBOX_VERSION="0.8.9"
|
||||
ARG TOYBOX_SHA256="8f2782073c1c862a405315b6516d8410e47139fc2c94b98bb5d23804537c1b65"
|
||||
ARG ROOT=/install_root
|
||||
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
@ -63,7 +63,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
|
||||
&& tar -xzf toybox.tar.gz \
|
||||
&& rm toybox.tar.gz \
|
||||
&& cd toybox-$TOYBOX_VERSION \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT V=2 make toybox install \
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT make toybox install \
|
||||
&& install -D LICENSE $ROOT/licenses/toybox \
|
||||
&& cp -r /usr/share/doc/musl $ROOT/licenses/
|
||||
###
|
||||
|
@ -1,5 +1,5 @@
|
||||
ARG TOYBOX_VERSION="0.8.8"
|
||||
ARG TOYBOX_SHA256="2bed6bb9edd5a249023103cf0402a835b0e53d10304a263f6f1e77a8aa49a898"
|
||||
ARG TOYBOX_VERSION="0.8.9"
|
||||
ARG TOYBOX_SHA256="8f2782073c1c862a405315b6516d8410e47139fc2c94b98bb5d23804537c1b65"
|
||||
|
||||
ARG ROOT=/install_root
|
||||
|
||||
@ -10,7 +10,7 @@ RUN curl -SL https://github.com/landley/toybox/archive/refs/tags/$TOYBOX_VERSION
|
||||
&& tar -xzf toybox.tar.gz \N
|
||||
&& rm toybox.tar.gz \N
|
||||
&& cd toybox-$TOYBOX_VERSION \N
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT V=2 make toybox install \N
|
||||
&& KCONFIG_CONFIG=${DIR}/build/docker/toybox-config LDFLAGS="--static" CC=musl-gcc PREFIX=$ROOT make toybox install \N
|
||||
&& install -D LICENSE $ROOT/licenses/toybox \N
|
||||
&& cp -r /usr/share/doc/musl $ROOT/licenses/
|
||||
###
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# ToyBox version: KCONFIG_VERSION
|
||||
# Thu Nov 17 14:23:21 2022
|
||||
# Thu Jan 12 14:29:15 2023
|
||||
#
|
||||
# CONFIG_TOYBOX_ON_ANDROID is not set
|
||||
CONFIG_TOYBOX_FORK=y
|
||||
@ -123,6 +123,12 @@ CONFIG_TEST_GLUE=y
|
||||
# CONFIG_GETFATTR is not set
|
||||
# CONFIG_GETOPT is not set
|
||||
# CONFIG_GETTY is not set
|
||||
# CONFIG_GITCOMPAT is not set
|
||||
# CONFIG_GITCLONE is not set
|
||||
# CONFIG_GITINIT is not set
|
||||
# CONFIG_GITREMOTE is not set
|
||||
# CONFIG_GITFETCH is not set
|
||||
# CONFIG_GITCHECKOUT is not set
|
||||
# CONFIG_GROUPADD is not set
|
||||
# CONFIG_GROUPDEL is not set
|
||||
# CONFIG_HEXDUMP is not set
|
||||
@ -238,6 +244,7 @@ CONFIG_LSPCI=y
|
||||
# CONFIG_MODINFO is not set
|
||||
# CONFIG_MOUNTPOINT is not set
|
||||
# CONFIG_NBD_CLIENT is not set
|
||||
# CONFIG_NBD_SERVER is not set
|
||||
# CONFIG_UNSHARE is not set
|
||||
# CONFIG_NSENTER is not set
|
||||
# CONFIG_ONEIT is not set
|
||||
|
Loading…
Reference in New Issue
Block a user