Skip to content
Snippets Groups Projects
Commit 85434e33 authored by Julian Brost's avatar Julian Brost :unicorn:
Browse files

Update debootstrap image to bullseye

parent becb3950
No related branches found
No related tags found
1 merge request!3Update debootstrap image to bullseye
Pipeline #24316 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