Skip to content

Commit c48d3bc

Browse files
committed
feat: add tedge-command-plugin to child device images
1 parent 2383ea1 commit c48d3bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

images/child-device-container/child.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apk add --no-cache \
88
&& curl -1sLf 'https://dl.cloudsmith.io/public/thinedge/community/config.alpine.txt?distro=alpine&codename=v3.8' >> /etc/apk/repositories \
99
&& apk add --no-cache \
1010
tedge-apk-plugin \
11+
tedge-command-plugin \
1112
tedge-inventory-plugin \
1213
tedge-pki-smallstep-client \
1314
&& echo "tedge ALL = (ALL) NOPASSWD: /usr/bin/tedge, /usr/bin/tedge-write /etc/*, /etc/tedge/sm-plugins/[a-zA-Z0-9]*, /bin/sync, /bin/kill" > /etc/sudoers.d/tedge \

images/child-device-systemd/child.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN echo "running" \
3636
&& curl -1sLf 'https://dl.cloudsmith.io/public/thinedge/community/setup.deb.sh' | sudo -E bash \
3737
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \
3838
tedge-agent \
39+
tedge-command-plugin \
3940
tedge-inventory-plugin \
4041
# Local PKI service for easy child device registration
4142
tedge-pki-smallstep-client \

0 commit comments

Comments
 (0)