fix: podman

- Use podman as container runtime.
- Add podman into build-image.
- Adapt Makefile to use fully qualified instead of unqualified container
  image names.
This commit is contained in:
2021-03-05 22:09:41 +01:00
parent fbdc3816ed
commit 40e51db36d
3 changed files with 31 additions and 44 deletions

View File

@ -5,7 +5,17 @@ FROM ${BASE_IMAGE}
RUN pacman --sync \
--refresh \
--noconfirm \
--sysupgrade awk bash-completion docker go gcc make git which zip
--sysupgrade \
awk \
bash-completion \
docker \
gcc \
git \
go \
make \
podman \
which \
zip
COPY installation-scripts /tmp/installation-scripts