Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-06 09:28:11 +03:00
parent 86539bce14
commit 179080a377
2 changed files with 10 additions and 1 deletions

View File

@ -13,6 +13,14 @@ Then build a builder image from `./autobuilder`:
cd ./autobuilder; podman build --rm -t localhost/spark:autobuilder .
```
Example for Arch images:
```
cd autobuilder
podman build --build-arg BASEIMAGE=docker.io/archlinux:base-devel --rm -t localhost/arch:autobuilder .
PODMAN_IMAGE=localhost/arch:autobuilder makepkg-ci /tmp/pkg https://code.fleshless.org/PKGBUILDs/ssm-git
```
makepkg-podman
--------------

View File

@ -1,4 +1,5 @@
FROM localhost/spark
ARG BASEIMAGE=localhost/spark
FROM $BASEIMAGE
RUN pacman -Suy --noconfirm base-devel
COPY gnupg /.gnupg