3 Commits

Author SHA1 Message Date
Jonas Forsberg
98eb331fef bumbed based image 2023-06-21 08:54:26 +02:00
Jonas Forsberg
bc772c85f7 added git pull 2023-04-29 14:48:58 +02:00
Jonas Forsberg
4fc64c7c7d added TZ env:wq 2023-04-20 13:24:16 +02:00
3 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ RUN zypper --non-interactive install --no-recommends \
&& zypper clean -a \
rm /var/log/zypper.log
ENV TZ="Europe/Stockholm"
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

View File

@@ -2,7 +2,7 @@
-include .env
VERSION=20230416
VERSION=20230619
IMAGENAME=dnsmasq
REPO=git.rre.nu/jonas
TITLE=dnsmasq based on openSUSE Tumpleweed

View File

@@ -5,6 +5,8 @@ BASE_IMAGE="registry.opensuse.org/opensuse/tumbleweed"
TARGET_REPO="git.rre.nu/jonas/"
PACKAGE_NAME="dnsmasq"
git pull
echo "Pulling latest tumbleweed"
podman pull "${BASE_IMAGE}:latest"