alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.08k stars 262 forks source link

where to find source for alpine-minirootfs-3.14.6-x86_64.tar.gz #250

Open trevor-webster opened 2 years ago

trevor-webster commented 2 years ago

Hello, where can one find the source used for tarballs e.g.

alpine-minirootfs-3.14.6-x86_64.tar.gz

https://github.com/alpinelinux/docker-alpine/blob/acdada9286850d1b48abd8944ca4f8f8ea909372/x86_64/Dockerfile

tim-timman commented 2 years ago

Beside it in the directory from where Dockerfile has its context: https://github.com/alpinelinux/docker-alpine/tree/acdada9286850d1b48abd8944ca4f8f8ea909372/x86_64

Edit: or maybe you ment the actual packaging of it? Edit2: based on the scripts in the main branch it seems to be fetching them from https://cz.alpinelinux.org/alpine/ and what you point to it would be the path https://cz.alpinelinux.org/alpine/v3.14/releases/x86_64/alpine-minirootfs-3.14.6-x86_64.tar.gz . As for what's creating those, I currently do not know. Edit3: https://alpinelinux.org/releases/