Skip to content

Commit 50103d2

Browse files
committed
Use latest image shas, apply DEBIAN_FRONTEND=noninteractive to all commands
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent f485f95 commit 50103d2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

tools/docker/linux_headers_image/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
# SPDX-License-Identifier: Apache-2.0
1616

1717
# debhelper-compat (= 12) needed for kernels >= 6.3
18-
FROM ubuntu:20.04@sha256:6d8d9799fe6ab3221965efac00b4c34a2bcc102c086a58dff9e19a08b913c7ef
18+
FROM ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214
1919

2020
# Install required packages
21+
ENV DEBIAN_FRONTEND=noninteractive
2122
RUN apt-get update
2223
RUN apt-get upgrade -y -q
23-
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q build-essential \
24+
RUN apt-get install -y -q build-essential \
2425
bc \
2526
libelf-dev \
2627
libssl-dev \

tools/docker/linux_headers_image/Dockerfile.bionic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
1616

17-
FROM ubuntu:18.04@sha256:8aa9c2798215f99544d1ce7439ea9c3a6dfd82de607da1cec3a8a2fae005931b
17+
FROM ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
1818

1919
# Install required packages
2020
RUN apt-get update

0 commit comments

Comments
 (0)