Skip to content

Commit

Permalink
Merge 'dev' into main
Browse files Browse the repository at this point in the history
Merge stuff
  • Loading branch information
kaelemc authored Dec 1, 2024
2 parents d7301b3 + e9501c7 commit 6658193
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from debian:bookworm-slim
FROM debian:bookworm-slim

RUN apt update -y && apt upgrade -y
RUN apt install git curl sudo -y && rm -rf /var/lib/apt/lists/*
Expand Down
16 changes: 16 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
docker rm wsl_export

docker build . --tag ghcr.io/kaelemc/clab-wsl-debian

docker run -t --name wsl_export ghcr.io/kaelemc/clab-wsl-debian ls /

sudo rm /mnt/c/temp/clab.wsl.old
sudo mv /mnt/c/temp/clab.wsl /mnt/c/temp/clab.wsl.old

echo "Exporting to clab.wsl"

docker export wsl_export > /mnt/c/temp/clab.wsl

echo "Cleaning up"

docker rm wsl_export
2 changes: 0 additions & 2 deletions oobe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ while true; do
fi
fi
done


0 comments on commit 6658193

Please sign in to comment.