Block a user
axion-secret-rotation (v1)
Published 2026-07-28 19:20:04 +00:00 by sorb
Installation
docker pull rohana.axion1337.de/sorb/axion-secret-rotation:v1sha256:b3d2f14569263d0c169019b2636ad52d2f1732bbc59b6c1aa48f1b68f137b8c6
Image Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache git openssl curl jq bash age gawk # buildkit |
| RUN /bin/sh -c SOPS_ARCH=$(case "$(uname -m)" in x86_64) echo amd64;; aarch64) echo arm64;; *) uname -m;; esac) && SOPS_VERSION=$(curl -s https://api.github.com/repos/getsops/sops/releases/latest | grep tag_name | cut -d '"' -f 4) && curl -sL -o /usr/local/bin/sops "https://github.com/getsops/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.${SOPS_ARCH}" && chmod +x /usr/local/bin/sops # buildkit |
| COPY rotate.sh /usr/local/bin/rotate.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/rotate.sh # buildkit |
| ENTRYPOINT ["/usr/local/bin/rotate.sh"] |