forked from Spark/builder
@@ -4,7 +4,7 @@ Spark autobuilder
|
|||||||
To use the build scripts, grab the latest Spark rootfs in one of the following ways:
|
To use the build scripts, grab the latest Spark rootfs in one of the following ways:
|
||||||
```
|
```
|
||||||
curl -sL https://spark.fleshless.org/rootfs/latest.tar.xz | podman import - localhost/spark`
|
curl -sL https://spark.fleshless.org/rootfs/latest.tar.xz | podman import - localhost/spark`
|
||||||
or
|
# or
|
||||||
git clone https://code.fleshless.org/Spark/spark-rootfs.git; cd spark-rootfs; podman build --rm -t localhost/spark .
|
git clone https://code.fleshless.org/Spark/spark-rootfs.git; cd spark-rootfs; podman build --rm -t localhost/spark .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user