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 \
&& apt-get install -y debootstrap xz-utils tar \
......
#!/bin/sh
: "${DIST:=stretch}"
: "${DIST:=bullseye}"
: "${VARIANT:=minbase}"
: "${ARCH:=armhf}"
: "${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