Namespace
nextcloud
Image / Tag
aio-talk:develop-arm64
Content Digest
sha256:6497a7486c3eee10fdc770693da94cbb22aed828600b4fbfbd7ecd673761513e
Details
Created

2025-03-20 11:49:33 UTC

Size

69.4 MB

Content Digest
Labels
  • com.centurylinklabs.watchtower.enable
    false

Environment
ETURNAL_ETC_DIR

/conf

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:6e771e15690e2fabf2332d3a3b744495411d6e0b00b2aea64419b58b0066cf81 - 5.49% (3.81 MB)

[#001] sha256:bc56cc36b0b06fab1cad71af7ed56096652859e1ea47c72f29369198bda7078c - 11.78% (8.17 MB)

[#002] sha256:41df4a05126d237711e63242df90e86700f96a794741799b4fa84d90a2efcaf2 - 15.21% (10.5 MB)

[#003] sha256:f02f7ae0f3f38189814ec091a8fadd9594d5461bbf9a4928c72d66d52364c429 - 7.94% (5.51 MB)

[#004] sha256:aa078063beeca9fb76b7b0ef52bf19cf2dafe888bc22de2e07623b38db21ce21 - 19.56% (13.6 MB)

[#005] sha256:3b48366ec5baf46a8ae340af1fd36c3caa900ef8b38f40686e81dc8b5ae0181e - 0.0% (1.08 KB)

[#006] sha256:66cfbedfedd02d89c858ceeea12b57274cbd51ddd0e84573920de6eeea8f2412 - 0.0% (192 Bytes)

[#007] sha256:fdb543b6b988370bc2740962e5c3843a0de88a58a27896f3f734c1a7e7e48cb0 - 0.0% (424 Bytes)

[#008] sha256:adf5192bfabf6fab4fedb94b41675bdfb48bc3991e9494ebfbdb0d723317c576 - 40.03% (27.8 MB)


History
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit

2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2025-03-20 11:49:27 UTC (buildkit.dockerfile.v0)

ENV ETURNAL_ETC_DIR=/conf

2025-03-20 11:49:27 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 --chmod=777 /usr/local /usr/local # buildkit

2025-03-20 11:49:28 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 --chmod=777 /opt/eturnal /opt/eturnal # buildkit

2025-03-20 11:49:28 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 --chmod=777 /nats-server /usr/local/bin/nats-server # buildkit

2025-03-20 11:49:28 UTC (buildkit.dockerfile.v0)

COPY --chown=1000:1000 --chmod=777 /usr/bin/nextcloud-spreed-signaling /usr/local/bin/nextcloud-spreed-signaling # buildkit

2025-03-20 11:49:29 UTC (buildkit.dockerfile.v0)

COPY --chmod=775 start.sh /start.sh # buildkit

2025-03-20 11:49:29 UTC (buildkit.dockerfile.v0)

COPY --chmod=775 healthcheck.sh /healthcheck.sh # buildkit

2025-03-20 11:49:29 UTC (buildkit.dockerfile.v0)

COPY --chmod=664 supervisord.conf /supervisord.conf # buildkit

2025-03-20 11:49:33 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex; apk upgrade --no-cache -a; apk add --no-cache ca-certificates tzdata bash openssl supervisor bind-tools netcat-openbsd glib zlib libssl3 libcrypto3 jansson libnice libconfig libsrtp libusrsctp libwebsockets shadow grep; useradd --system -u 1000 eturnal; apk del --no-cache shadow; echo "root:$(openssl rand -base64 12)" | chpasswd; touch /etc/nats.conf /etc/eturnal.yml; echo "listen: 127.0.0.1:4222" | tee /etc/nats.conf; mkdir -p /var/tmp /conf /var/lib/turn /var/log/supervisord /var/run/supervisord /usr/local/lib/janus/loggers; chown eturnal:eturnal -R /etc/nats.conf /var/log/supervisord /var/run/supervisord; chmod 777 -R /tmp /conf /var/run/supervisord /var/log/supervisord; ln -s /opt/eturnal/bin/stun /usr/local/bin/stun; ln -s /opt/eturnal/bin/eturnalctl /usr/local/bin/eturnalctl # buildkit

2025-03-20 11:49:33 UTC (buildkit.dockerfile.v0)

USER 1000

2025-03-20 11:49:33 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start.sh"]

2025-03-20 11:49:33 UTC (buildkit.dockerfile.v0)

CMD ["supervisord" "-c" "/supervisord.conf"]

2025-03-20 11:49:33 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "0s" "0s" '\x00'}

2025-03-20 11:49:33 UTC (buildkit.dockerfile.v0)

LABEL com.centurylinklabs.watchtower.enable=false

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete