Update to Debian trixie
This commit is contained in:
parent
7a83c50208
commit
6118557715
12 changed files with 193 additions and 140 deletions
|
|
@ -36,12 +36,12 @@ You can try replacing it with `--cap-add=sys_admin,mknod --security-opt apparmor
|
|||
|
||||
```bash
|
||||
mkdir -p osbuild/build
|
||||
sudo podman pull debian:bookworm
|
||||
sudo podman run --rm -it --privileged --mount type=bind,source="$(pwd)",target=/work --workdir /work/osbuild/build debian:bookworm
|
||||
sudo podman pull debian:trixie
|
||||
sudo podman run --rm -it --privileged --mount type=bind,source="$(pwd)",target=/work --workdir /work/osbuild/build debian:trixie
|
||||
|
||||
# Alternative with Docker:
|
||||
sudo docker pull debian:bookworm
|
||||
sudo docker run --rm -it --privileged --mount type=bind,source="$(pwd)",target=/work --workdir /work/osbuild/build debian:bookworm
|
||||
sudo docker pull debian:trixie
|
||||
sudo docker run --rm -it --privileged --mount type=bind,source="$(pwd)",target=/work --workdir /work/osbuild/build debian:trixie
|
||||
```
|
||||
|
||||
Inside the container, run the following commands.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue