Skip to content

Commit

Permalink
wingbits: bump to latest version (#118)
Browse files Browse the repository at this point in the history
* wingbits: bump to latest version

Bump to latest config version

Closes: #105

* wingbits: update vector.yaml

Update vector.yaml to latest

* Update Dockerfile.template

* Delete wingbits/vector.yaml
  • Loading branch information
shawaj authored Jul 6, 2024
1 parent 1aba27c commit 8abd49e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
6 changes: 3 additions & 3 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 @@ -50,8 +51,7 @@ RUN chmod +x /tmp/wingbits_installer.sh && \
echo "$WINGBITS_CONFIG_VERSION" > /etc/wingbits/version && \
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"]
40 changes: 0 additions & 40 deletions wingbits/vector.yaml

This file was deleted.

0 comments on commit 8abd49e

Please sign in to comment.