Block a user
onlyoffice-helper (fd83a90)
Published 2025-12-11 07:21:33 +00:00 by sensor
Installation
docker pull git.gr13.net/sensor/onlyoffice-helper:fd83a90sha256:8bef3af749e5d2d2bdc618fcd05b0ebba7645eb559a26dec6352db27474b3bfa
Image Layers
| ADD alpine-minirootfs-3.23.0-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk upgrade # buildkit |
| RUN /bin/sh -c apk add curl kubectl # buildkit |
| RUN /bin/sh -c curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64 && install -m 555 argocd-linux-amd64 /usr/local/bin/argocd && rm argocd-linux-amd64 # buildkit |
| COPY sync-argo.sh /usr/local/bin/sync-argo.sh # buildkit |