File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
debian-systemd-docker-cli
debian-systemd-podman-cli Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ RUN apt-get update \
2222 && tedge config unset mqtt.client.host \
2323 && tedge config unset http.client.host
2424
25+ # install from main channel
26+ RUN wget -O - thin-edge.io/install.sh | sh -s -- --channel main
27+
2528RUN echo "tedge ALL = (ALL) NOPASSWD: /usr/bin/tedge-container" | tee /etc/sudoers.d/tedge-containers \
2629 && echo "CONTAINER_METRICS_INTERVAL=60s" | tee -a /etc/tedge-container-plugin/env
2730
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ RUN tedge config unset c8y.proxy.client.host \
55 && tedge config unset mqtt.client.host \
66 && tedge config unset http.client.host
77
8+ # install from main channel
9+ RUN wget -O - thin-edge.io/install.sh | sh -s -- --channel main
10+
811RUN echo "tedge ALL = (ALL) NOPASSWD: /usr/bin/tedge-container" | tee /etc/sudoers.d/tedge-containers \
912 && echo "CONTAINER_METRICS_INTERVAL=60s" | tee -a /etc/tedge-container-plugin/env
1013
You can’t perform that action at this time.
0 commit comments