rename and add date tag
This commit is contained in:
parent
cd2b151228
commit
01e7d35da7
@ -2,7 +2,7 @@ FROM docker.io/archlinux:base-devel
|
|||||||
|
|
||||||
LABEL Description="Container to build archlinux packages"
|
LABEL Description="Container to build archlinux packages"
|
||||||
|
|
||||||
COPY packager.conf /etc/makepkg.conf.d/packager.conf
|
COPY makepkg.conf /etc/makepkg.conf.d/custom.conf
|
||||||
COPY sudoers /etc/sudoers.d/builder
|
COPY sudoers /etc/sudoers.d/builder
|
||||||
COPY run.sh /run.sh
|
COPY run.sh /run.sh
|
||||||
# COPY ./yay /usr/bin/yay
|
# COPY ./yay /usr/bin/yay
|
||||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
podman build -t gitea.balki.me/balki/aur_builder:exp .
|
podman build -t gitea.balki.me/balki/aur_builder:exp -t gitea.balki.me/balki/aur_builder:`date -I` .
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
podman pull docker.io/archlinux:base-devel
|
podman pull docker.io/archlinux:base-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user