Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to thin-edge.io 1.3.0 #14

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TEDGE_TAG=1.2.1-134-ge4ff79b
ARG TEDGE_TAG=1.3.0
# thin-edge.io base image name: tedge, tedge-main
ARG TEDGE_IMAGE=tedge-main
ARG TEDGE_IMAGE=tedge
FROM ghcr.io/thin-edge/${TEDGE_IMAGE}:${TEDGE_TAG}
ARG TARGETPLATFORM
ARG S6_OVERLAY_VERSION=3.2.0.0
Expand Down Expand Up @@ -45,9 +45,8 @@ RUN wget -O - https://thin-edge.io/install-services.sh | sh -s -- s6_overlay \

# Set permissions of all files under /etc/tedge
# TODO: Can thin-edge.io set permissions during installation?
RUN chown -R tedge:tedge /etc/tedge \
# FIXME: Remove once https://github.com/thin-edge/thin-edge.io/pull/3120 is merged
&& c8y-remote-access-plugin --init
RUN chown -R tedge:tedge /etc/tedge


# Custom init. scripts - e.g. write env variables data to files
COPY cont-init.d/* /etc/cont-init.d/
Expand Down