1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
Commit graph

11 commits

Author SHA1 Message Date
Natanael Copa
704af9b4ba scripts/genrootfs.sh: fix os-release package
The /etc/os-release was moved to alpine-release in commit 23e66e85c9
(main/alpine-base: split release data into its own package)
2022-11-07 09:07:06 +01:00
Alex Xu (Hello71)
fbe926afc7 scripts/genrootfs.sh: locked -> invalid password (fixes #10806)
this still forbids password login but allows logins via ssh keys with
pam disabled.
2022-05-23 13:44:52 +00:00
Natanael Copa
c59ebf551d scripts/genrootfs.sh: use dl-cdn https repos 2020-06-23 12:29:06 +00:00
Natanael Copa
58f4b81a7e scripts/genrootfs.sh: use https repos for minirootfs
Seems like there are a number of docker users that have problems with
http. Lets use https for docker images by default.
2020-06-18 15:48:37 +00:00
Natanael Copa
e58bd7992d scripts/genrootfs.sh: fix permissions of / in minirootfs
ref #9066
2019-10-17 14:44:26 +00:00
Jonathan Neuschäfer
a62e51c204 scripts/genrootfs.sh: Pass --root to the second apk invocation
Otherwise it won't know about the target architecture.
2019-06-14 17:31:21 +00:00
Jonathan Neuschäfer
0f9ea9623f scripts/genrootfs.sh: Initialize the apk DB with the right architecture 2019-06-14 17:31:21 +00:00
Natanael Copa
2f07f9eb88 scripts/genrootfs.sh: exclude dev/*
exclude /dev/* from minirootfs.

https://github.com/gliderlabs/docker-alpine/issues/356
2019-02-27 17:02:38 +00:00
Natanael Copa
72c7a7a3ca scripts/genrootfs.sh: make sure root login is disabled 2019-02-22 11:18:34 +00:00
Natanael Copa
749e1e0f65 scripts/genrootfs: add --no-cache when fetching alpine-base 2016-12-16 10:26:15 +00:00
Natanael Copa
99afbc0aaa scripts: add minirootfs release image 2016-12-16 09:50:00 +00:00