Skip to content
GitLab
Menu
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
9d33db8f
Commit
9d33db8f
authored
Sep 13, 2018
by
Markus Frosch
Browse files
Downgrade to sh scripts
parent
fc182f8f
Pipeline
#2337
failed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debootstrap/debootstrap.sh
View file @
9d33db8f
#!/bin/
ba
sh
#!/bin/sh
:
"
${
DIST
:
=stretch
}
"
:
"
${
VARIANT
:
=minbase
}
"
...
...
debootstrap/make-image.sh
View file @
9d33db8f
#!/bin/
ba
sh
#!/bin/sh
if
[
-n
"
$DOCKER_IMAGE_PREFIX
"
]
;
then
IMAGE
=
"
${
DOCKER_IMAGE_PREFIX
}
debootstrap"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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