Skip to content
Snippets Groups Projects
Commit 072a87ee authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses:
Browse files

Merge branch 'debootstrap-bullseye' into 'debootstrap'

Update debootstrap image to bullseye

See merge request !3
parents becb3950 85434e33
Branches debootstrap
No related tags found
1 merge request!3Update debootstrap image to bullseye
Pipeline #24317 passed
FROM debian:stretch-slim FROM debian:bullseye-slim
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y debootstrap xz-utils tar \ && apt-get install -y debootstrap xz-utils tar \
......
#!/bin/sh #!/bin/sh
: "${DIST:=stretch}" : "${DIST:=bullseye}"
: "${VARIANT:=minbase}" : "${VARIANT:=minbase}"
: "${ARCH:=armhf}" : "${ARCH:=armhf}"
: "${TARGET:=/image}" : "${TARGET:=/image}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment