From 01e7d35da7ba686252ce25c1a56e4be87bbbe7ff Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Fri, 14 Mar 2025 16:36:54 -0400 Subject: [PATCH] rename and add date tag --- Containerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 9813780..acceb66 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ FROM docker.io/archlinux:base-devel 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 run.sh /run.sh # COPY ./yay /usr/bin/yay diff --git a/Makefile b/Makefile index 4cbed35..c1ebed7 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ 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: podman pull docker.io/archlinux:base-devel