Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
98eb331fef | ||
|
bc772c85f7 | ||
|
4fc64c7c7d |
@@ -9,6 +9,7 @@ RUN zypper --non-interactive install --no-recommends \
|
|||||||
&& zypper clean -a \
|
&& zypper clean -a \
|
||||||
rm /var/log/zypper.log
|
rm /var/log/zypper.log
|
||||||
|
|
||||||
|
ENV TZ="Europe/Stockholm"
|
||||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
|
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
-include .env
|
-include .env
|
||||||
|
|
||||||
VERSION=20230416
|
VERSION=20230619
|
||||||
IMAGENAME=dnsmasq
|
IMAGENAME=dnsmasq
|
||||||
REPO=git.rre.nu/jonas
|
REPO=git.rre.nu/jonas
|
||||||
TITLE=dnsmasq based on openSUSE Tumpleweed
|
TITLE=dnsmasq based on openSUSE Tumpleweed
|
||||||
|
@@ -5,6 +5,8 @@ BASE_IMAGE="registry.opensuse.org/opensuse/tumbleweed"
|
|||||||
TARGET_REPO="git.rre.nu/jonas/"
|
TARGET_REPO="git.rre.nu/jonas/"
|
||||||
PACKAGE_NAME="dnsmasq"
|
PACKAGE_NAME="dnsmasq"
|
||||||
|
|
||||||
|
git pull
|
||||||
|
|
||||||
echo "Pulling latest tumbleweed"
|
echo "Pulling latest tumbleweed"
|
||||||
podman pull "${BASE_IMAGE}:latest"
|
podman pull "${BASE_IMAGE}:latest"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user