Skip to content

Commit 765760d

Browse files
committed
install thin-edge.io from main channel
1 parent 675b893 commit 765760d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test-images/debian-systemd-docker-cli/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2528
RUN 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

test-images/debian-systemd-podman-cli/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
811
RUN 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

0 commit comments

Comments
 (0)