This project is mirrored from https://gitlab.archlinux.org/archlinux/archlinux-docker.git.
Pull mirroring updated .
- 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 2 commits
-
-
hashworks authored
Provide a pretty release link in the Dockerfile Closes #49 See merge request archlinux/archlinux-docker!52
-
- 13 Nov, 2020 4 commits
-
-
Sven-Hendrik Haase authored
Always retrieve the latest package from the API, add error handling See merge request archlinux/archlinux-docker!50
-
hashworks authored
-
hashworks authored
Without this stuff fails after a while since the API is paginated and sorted by ASC by default.
-
hashworks authored
Move all Dockerfile commands to Makefile Closes #45 See merge request archlinux/archlinux-docker!49
-
- 07 Nov, 2020 6 commits
-
-
hashworks authored
-
hashworks authored
strace: execve("/bin/true", ["ldconfig"], 0x563fc29f9fa0 /* 101 vars */) = 0
-
hashworks authored
after_script won't affect the job exit code [1], so we can't use it for tests. Instead we are using YAML anchors for script [2]. [1] https://docs.gitlab.com/ee/ci/yaml/#before_script-and-after_script [2] https://docs.gitlab.com/ee/ci/yaml/#yaml-anchors-for-script
-
hashworks authored
-
hashworks authored
The Dockerfiles require them for their sha256sum.
-
hashworks authored
Resolves #45.
-
- 02 Nov, 2020 18 commits
-
-
hashworks authored
-
Sven-Hendrik Haase authored
Switch to alpine in verify stage See merge request archlinux/archlinux-docker!47
-
hashworks authored
-
hashworks authored
-
hashworks authored
-
hashworks authored
!47 (comment 6125)
-
hashworks authored
-
hashworks authored
-
hashworks authored
This fixes a circular dependency issue noted in [1]. `curl -s` and removal of `--auto-compress` are needed because of differences in the binaries in alpine. [1] https://github.com/docker-library/official-images/pull/8999#issuecomment-720622797
-
hashworks authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
-
Sven-Hendrik Haase authored
Replace publish with multi-destination kaniko See merge request archlinux/archlinux-docker!46
-
hashworks authored
-
hashworks authored
-
Sven-Hendrik Haase authored
Run release on PUBLISH_OFFICIAL_LIBRARY as well See merge request archlinux/archlinux-docker!45
-
-