This project is mirrored from https://gitlab.archlinux.org/archlinux/archlinux-docker.git.
Pull mirroring updated .
- 15 Apr, 2022 1 commit
-
-
hashworks authored
-
- 13 Apr, 2022 6 commits
-
-
hashworks authored
Replace xz with zstd Closes #63 See merge request archlinux/archlinux-docker!61
-
hashworks authored
-
hashworks authored
Closes #63. Using `zstd -T0 -8` instead of `gz -T0 -9` results in a larger rootfs file, but requires significantly less time and memory: ``` zstd -3 115M 1.60user 0.18system 0:00.32elapsed 557%CPU (0avgtext+0avgdata 130212maxresident)k zstd -6 107M 5.03user 0.24system 0:00.72elapsed 729%CPU (0avgtext+0avgdata 149660maxresident)k zstd -7 106M 7.33user 0.29system 0:01.04elapsed 728%CPU (0avgtext+0avgdata 174368maxresident)k zstd -8 105M 8.45user 0.27system 0:01.23elapsed 707%CPU (0avgtext+0avgdata 173008maxresident)k zstd -9 104M 9.35user 0.37system 0:01.42elapsed 683%CPU (0avgtext+0avgdata 335920maxresident)k zstd -13 104M 30.57user 0.31system 0:04.76elapsed 648%CPU (0avgtext+0avgdata 498740maxresident)k zstd -19 91M 132.06user 0.53system 0:21.98elapsed 603%CPU (0avgtext+0avgdata 1106328maxresident)k xz -9 81M 105.71user 0.58system 0:58.24elapsed 182%CPU (0avgtext+0avgdata 2006964maxresident)k ``` Additionally this drops bash from the build Dockerfile, si...
-
hashworks authored
Allows 'make image-base DOCKER=podman' Originally from: Grzegorz Klimaszewski <2612193+grzegorzk@users.noreply.github.com> https://github.com/archlinux/archlinux-docker/pull/38/files Closes #51.
-
hashworks authored
Switch to GeoIP mirror See merge request archlinux/archlinux-docker!60
-
Evangelos Foutras authored
Currently consists of 3 geographically diverse boxes which are managed by DevOps. (See commit 9f65f99c6b2330e7e2fbceb988115c5cc65db09f in the archlinux/infrastructure project.)
-
- 13 Nov, 2021 1 commit
-
- 01 Nov, 2021 1 commit
-
-
hashworks authored
-
- 21 Oct, 2021 2 commits
-
-
hashworks authored
-
- 18 Oct, 2021 1 commit
-
-
hashworks authored
-
- 17 Oct, 2021 1 commit
-
-
hashworks authored
As suggested by @klausenbusk, this ensures that the releases are created by the project bot/user instead of the schedule-owner.
-
- 19 Sep, 2021 1 commit
-
-
hashworks authored
Avoid curl call on local builds See merge request archlinux/archlinux-docker!59
-
- 18 Sep, 2021 3 commits
-
-
hashworks authored
-
hashworks authored
It is incompatible with -J and done automatically. See [1]. [1] https://gitlab.archlinux.org/archlinux/archlinux-docker/-/jobs/34434#L72
-
- 16 Sep, 2021 1 commit
-
-
hashworks authored
It is incompatible with --continue-at. See [1]. [1] https://gitlab.archlinux.org/archlinux/archlinux-docker/-/jobs/34434#L72
-
- 07 Jun, 2021 1 commit
-
-
hashworks authored
As suggested by xatier on GitHub: * https://github.com/archlinux/archlinux-docker/pull/41 * https://github.com/archlinux/archlinux-docker/pull/42/files
-
- 02 May, 2021 1 commit
-
-
hashworks authored
README: add note on lsign-key Closes #18 See merge request archlinux/archlinux-docker!58
-
- 29 Apr, 2021 1 commit
-
-
Santiago Torres-Arias authored
-
- 17 Apr, 2021 2 commits
-
-
hashworks authored
Revert after [0] is fixed [0] https://github.com/GoogleContainerTools/kaniko/issues/1592
-
hashworks authored
Remove the rootfses from the package registry after 60 days Closes #57 See merge request archlinux/archlinux-docker!57
-
- 05 Apr, 2021 2 commits
-
-
Kristian Klausen authored
According to upstream two months is fine: tianon: yeah, cleaning them out is reasonable, although I'd request that they be available for something like 1-2 months after they're no longer supported / "active" tianon: in the case of something constantly changing like arch, 1 month is probably pretty reasonable Fix #57
-
hashworks authored
Add the $maintainers to the PR's body instead of the commit See merge request archlinux/archlinux-docker!56
-
- 04 Apr, 2021 3 commits
-
-
Kristian Klausen authored
This should fix the notification spam caused by users pushing the commits to their own repository.
-
hashworks authored
Remove my name from the template to reduce notification spam by Github See merge request archlinux/archlinux-docker!55
-
Pierre Schmitz authored
-
- 25 Mar, 2021 1 commit
-
-
hashworks authored
-
- 22 Dec, 2020 2 commits
-
-
hashworks authored
Use our GitLab repo in the docker library template See merge request archlinux/archlinux-docker!54
-
-
- 11 Dec, 2020 4 commits
-
-
hashworks authored
Make sure sysusers call actually generates users and groups Closes #52 See merge request archlinux/archlinux-docker!53
-
Instead of using the libalpm systemd-syusers hook, use sysusers directly. The --root parameter allows us to avoid using the host's namespace and populate using the conf files in the target's build directory.
-
hashworks authored
It had no effect whatsoever anyway.
-
hashworks authored
Resolves #52. Added small tests for user/group counts.
-
- 09 Dec, 2020 1 commit
-
-
hashworks authored
Resolves #54.
-
- 01 Dec, 2020 1 commit
-
-
Sven-Hendrik Haase authored
-
- 30 Nov, 2020 2 commits
-
-
hashworks authored
Make README more user-centric and explain CI processes Closes #40 and #48 See merge request archlinux/archlinux-docker!51
-
hashworks authored
Resolves #40 and #48.
-
- 18 Nov, 2020 1 commit
-
-
hashworks authored
Provide a pretty release link in the Dockerfile Closes #49 See merge request archlinux/archlinux-docker!52
-