From fe7553f6707622b5b1ed79d8ffc3da3de038ca22 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 12 Mar 2021 09:56:07 +0100 Subject: [PATCH] TT#115300 Dockerfile: update to latest grml-live version (v0.38.0) grml-live v0.38.0 is the current release, including a change to use 1m block size for squashfs, which reduces ISO size (see https://github.com/grml/grml-live/commit/fada6dea0ffacc5ee41b1ae0144197f233e4ca87), improvements to EFI, GRUB, documentation and several bug fixes. Change-Id: I3382bd81a8a41d3672a1a709200740cb7284cbbd --- grml_build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grml_build/Dockerfile b/grml_build/Dockerfile index 88ebadd..0361e81 100644 --- a/grml_build/Dockerfile +++ b/grml_build/Dockerfile @@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-buster:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2020-06-05 +ENV REFRESHED_AT 2021-03-12 # tools for building and testing RUN apt-get update && apt-get install --assume-yes --no-install-recommends \ @@ -43,7 +43,7 @@ RUN echo "SECURE_BOOT=disable ./grml-live -s buster -a amd64 -c GRMLBASE,SIPWISE # base build tools WORKDIR /code/ -RUN git clone -b 'v0.35.3' --single-branch --depth 1 https://github.com/grml/grml-live +RUN git clone -b 'v0.38.0' --single-branch --depth 1 https://github.com/grml/grml-live RUN mkdir -p /code/grml-live/templates/boot/addons/ \ /code/grml-live/etc/grml/fai/config/files/etc/apt/sources.list.d/sipwise.list/ \ /code/grml-live/etc/grml/fai/config/files/etc/apt/trusted.gpg.d/sipwise-keyring.gpg/ \