diff --git a/Earthfile b/Earthfile index a555424a2..4dc7ce2d6 100644 --- a/Earthfile +++ b/Earthfile @@ -278,9 +278,6 @@ framework: COPY ./images/bootargs.cfg /framework/etc/cos/bootargs.cfg IF [[ "$FLAVOR" =~ -rpi$ ]] COPY ./images/rpi/config.txt /framework/boot/config.txt - ELSE IF [[ "$FLAVOR" =~ ^fips-systemd* ]] - # Use a generic one like redhat which has selinux disabled so it can be used on all flavors?? - COPY ./images/redhat/bootargs.cfg /framework/etc/cos/bootargs.cfg END END diff --git a/earthly.ps1 b/earthly.ps1 index a0ba16514..4007283ea 100644 --- a/earthly.ps1 +++ b/earthly.ps1 @@ -1 +1 @@ -docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm -t -v ${pwd}:/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.17 --allow-privileged @args +docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm -t -v ${pwd}:/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.19 --allow-privileged @args diff --git a/earthly.sh b/earthly.sh index e12ea46fe..3d89e4828 100755 --- a/earthly.sh +++ b/earthly.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm --env EARTHLY_BUILD_ARGS -t -v "$(pwd)":/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.17 --allow-privileged "$@" +docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm --env EARTHLY_BUILD_ARGS -t -v "$(pwd)":/workspace -v earthly-tmp:/tmp/earthly:rw earthly/earthly:v0.7.19 --allow-privileged "$@"