This website works better with JavaScript.
Home
Help
Sign In
container
/
alpine
generated from
container/tmpl
Watch
10
Star
0
Fork
0
Code
Releases
Activity
alpine
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
1
Branch
0
Tags
2.6 MiB
Branch:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
alpine
/
3.15
/
Dockerfile
7 lines
63 B
Raw
Permalink
Normal View
History
add alpine 3.15
2 years ago
FROM
scratch
ADD
alpine-minirootfs.tar.gz /
CMD
[
"/bin/sh"
]