Skip to content

Commit

Permalink
wingbits: bump to latest version
Browse files Browse the repository at this point in the history
Bump to latest config version

Closes: ketilmo#105
  • Loading branch information
shawaj authored Jul 6, 2024
1 parent 1aba27c commit 7051bea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wingbits/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"]

0 comments on commit 7051bea

Please sign in to comment.