Arch
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
86539bce14
commit
179080a377
|
@ -13,6 +13,14 @@ Then build a builder image from `./autobuilder`:
|
||||||
cd ./autobuilder; podman build --rm -t localhost/spark: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
|
makepkg-podman
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
FROM localhost/spark
|
ARG BASEIMAGE=localhost/spark
|
||||||
|
FROM $BASEIMAGE
|
||||||
RUN pacman -Suy --noconfirm base-devel
|
RUN pacman -Suy --noconfirm base-devel
|
||||||
|
|
||||||
COPY gnupg /.gnupg
|
COPY gnupg /.gnupg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user