Skip to content

Commit

Permalink
Merge branch 'master' into uki_iso_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Sep 26, 2023
2 parents a0d6141 + d6d6836 commit 6025844
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion earthly.ps1
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
@@ -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 "$@"

0 comments on commit 6025844

Please sign in to comment.