'Where to find source used in Alpine linux docker image
Looking at the alpine linux docker page, one of the tags points to the dockerfile on github
FROM scratch
ADD alpine-minirootfs-3.12.12-x86_64.tar.gz /
CMD ["/bin/sh"]
Where to find the source for this tar?
Solution 1:[1]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | usuario |
