mirror of
https://github.com/kairos-io/immucore.git
synced 2025-04-27 19:16:59 +00:00
Load the base overlay config from the cos-layout.env file. This means we have to depend the base overlay mount to the load-config step, which moves things a bit in the DAG. Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
4 lines
187 B
Bash
Executable File
4 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
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.1 --allow-privileged $@
|