Merge pull request #316 from andyzhangx/CVE-2022-1271
fix: CVE-2022-1271 in image build
This commit is contained in:
commit
9aeed81815
@ -12,15 +12,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
|
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.2.0
|
||||||
|
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
ARG binary=./bin/${ARCH}/nfsplugin
|
ARG binary=./bin/${ARCH}/nfsplugin
|
||||||
COPY ${binary} /nfsplugin
|
COPY ${binary} /nfsplugin
|
||||||
|
|
||||||
RUN apt update && apt-mark unhold libcap2
|
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates mount nfs-common netbase
|
||||||
RUN clean-install ca-certificates mount nfs-common netbase
|
|
||||||
# install updated packages to fix CVE issues
|
|
||||||
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc6 libc-bin libsystemd0 libudev1 zlib1g
|
|
||||||
|
|
||||||
ENTRYPOINT ["/nfsplugin"]
|
ENTRYPOINT ["/nfsplugin"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user