From 7051beae7b68c468da4fd517e166f82cddbcb167 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Sat, 6 Jul 2024 01:22:02 +0100 Subject: [PATCH] wingbits: bump to latest version Bump to latest config version Closes: #105 --- wingbits/Dockerfile.template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wingbits/Dockerfile.template b/wingbits/Dockerfile.template index 176d447..d868640 100644 --- a/wingbits/Dockerfile.template +++ b/wingbits/Dockerfile.template @@ -8,7 +8,8 @@ ENV WINGBITS_DEVICE_ID= ENV RECEIVER_HOST=dump1090-fa ENV RECEIVER_PORT=30005 -ENV WINGBITS_CONFIG_VERSION=0.0.4 +ENV WINGBITS_CONFIG_VERSION=0.0.5 +ENV WINGBITS_COMMIT_ID=96cb3ffb4628fbb8a128a02d691ee16bdff7f917 ARG PERM_INSTALL="curl gettext-base tini ncurses-bin zlib1g" @@ -51,7 +52,7 @@ RUN chmod +x /tmp/wingbits_installer.sh && \ rm -rf /tmp/* #COPY vector.yaml /etc/vector/vector.yaml -RUN curl -o /etc/vector/vector.yaml https://gitlab.com/wingbits/config/-/raw/$WINGBITS_CONFIG_VERSION/vector.yaml +RUN curl -o /etc/vector/vector.yaml https://gitlab.com/wingbits/config/-/raw/$WINGBITS_COMMIT_ID/vector.yaml RUN sed -i 's|DEVICE_ID|WINGBITS_DEVICE_ID|g' /etc/vector/vector.yaml ENTRYPOINT ["/usr/bin/tini", "--", "/start.sh"]