Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d8acb126f5 | |||
| 87ac67a70e | |||
| e520ba98ca | |||
| 38c92e5fc7 | |||
| bbfc7cebf7 | |||
| f1b5e1bac8 | |||
| aa040d1412 | |||
| a1144605f3 | |||
| 06b46c2e8f | |||
| c8d1d3e1aa | |||
| b27aab20ee | |||
| 17e14a9fda | |||
| 954dc1d86e | |||
| 0abef440fa | |||
| 47163f690b |
@@ -190,7 +190,8 @@ jobs:
|
||||
-lcurl -lpthread -ldl -lm -lssl -lcrypto
|
||||
echo "soul-demo compiled: $(ls -lh dist/soul-demo)"
|
||||
# Package as minimal OCI image for k3s import
|
||||
docker build -f dist/Dockerfile.soul-demo -t soul-demo:local dist/
|
||||
# --no-cache: prevents reuse of corrupted overlay2 layers from prior failed runs
|
||||
docker build --no-cache -f dist/Dockerfile.soul-demo -t soul-demo:local dist/
|
||||
docker save soul-demo:local -o dist/soul-demo-image.tar
|
||||
echo "soul-demo-image.tar: $(du -sh dist/soul-demo-image.tar | cut -f1)"
|
||||
docker rmi soul-demo:local 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user