Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
98eb331fef | ||
|
bc772c85f7 | ||
|
4fc64c7c7d |
@@ -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"]
|
||||
|
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
||||
|
||||
-include .env
|
||||
|
||||
VERSION=20230416
|
||||
VERSION=20230619
|
||||
IMAGENAME=dnsmasq
|
||||
REPO=git.rre.nu/jonas
|
||||
TITLE=dnsmasq based on openSUSE Tumpleweed
|
||||
|
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user