Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
raspbian-base
Commits
072a87ee
Commit
072a87ee
authored
Apr 14, 2022
by
Alexander A. Klimov
😎
Browse files
Merge branch 'debootstrap-bullseye' into 'debootstrap'
Update debootstrap image to bullseye See merge request
!3
parents
becb3950
85434e33
Pipeline
#24317
passed with stage
in 1 minute and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
072a87ee
FROM
debian:
stretch
-slim
FROM
debian:
bullseye
-slim
RUN
apt-get update
\
&&
apt-get
install
-y
debootstrap xz-utils
tar
\
...
...
debootstrap.sh
View file @
072a87ee
#!/bin/sh
:
"
${
DIST
:
=
stretch
}
"
:
"
${
DIST
:
=
bullseye
}
"
:
"
${
VARIANT
:
=minbase
}
"
:
"
${
ARCH
:
=armhf
}
"
:
"
${
TARGET
:
=/image
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment