Skip to content

Commit 15878c6

Browse files
committed
downgrade a few images on purpose
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
1 parent 2bfd368 commit 15878c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/accel-config-demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM debian:unstable-slim@sha256:1168b5db3ac36ac7dba548f4cc9d4a2bac856d1404000a07e936d2012d2820bb AS builder
15+
FROM debian:unstable-slim@sha256:af74cdf95de28a354b88a41ddc167ecc3d8bed2fa121a642bcdfb83310afd25e AS builder
1616

1717
RUN apt-get update && apt-get install -y --no-install-recommends libaccel-config-dev \
1818
gcc g++ nasm make cmake autoconf automake libtool pkg-config git ca-certificates uuid-dev
@@ -29,7 +29,7 @@ RUN cd / && git clone --recurse-submodules --depth 1 --branch v1.5.0 https://git
2929
cmake -DLOG_HW_INIT=ON .. && \
3030
make install
3131

32-
FROM debian:unstable-slim@sha256:1168b5db3ac36ac7dba548f4cc9d4a2bac856d1404000a07e936d2012d2820bb
32+
FROM debian:unstable-slim@sha256:af74cdf95de28a354b88a41ddc167ecc3d8bed2fa121a642bcdfb83310afd25e
3333

3434
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends pciutils accel-config accel-config-test kmod && rm -rf /var/lib/apt/lists/\*
3535

demo/intel-opencl-icd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2
1+
FROM ubuntu:22.04@sha256:7af9ba4f0a47d9bc8b1ffa492c6b0276476f1889cf4e699fba2236924e5932ed
22

33
ARG APT="env DEBIAN_FRONTEND=noninteractive apt"
44

0 commit comments

Comments
 (0)