Skip to content

Commit

Permalink
feat: add tedge-command-plugin to child device images
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 17, 2024
1 parent 2383ea1 commit c48d3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/child-device-container/child.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apk add --no-cache \
&& curl -1sLf 'https://dl.cloudsmith.io/public/thinedge/community/config.alpine.txt?distro=alpine&codename=v3.8' >> /etc/apk/repositories \
&& apk add --no-cache \
tedge-apk-plugin \
tedge-command-plugin \
tedge-inventory-plugin \
tedge-pki-smallstep-client \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/child-device-systemd/child.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN echo "running" \
&& curl -1sLf 'https://dl.cloudsmith.io/public/thinedge/community/setup.deb.sh' | sudo -E bash \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \
tedge-agent \
tedge-command-plugin \
tedge-inventory-plugin \
# Local PKI service for easy child device registration
tedge-pki-smallstep-client \
Expand Down

0 comments on commit c48d3bc

Please sign in to comment.