redshiftdb-rotation-manager (22bfc566324c72cd29483f72c5cc77d218c356aa)
Published 2026-07-28 19:42:06 +00:00 by forgejo-admin
Installation
docker pull forgejo.athleticnationalauthority.com/forgejo-admin/redshiftdb-rotation-manager:22bfc566324c72cd29483f72c5cc77d218c356aasha256:60c3c8c744e2828ff012916cd647ef942f61cbcce059141905e6559d416eb736Image layers
| ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk upgrade --no-cache && addgroup -S rotation && adduser -S rotation -G rotation # buildkit |
| WORKDIR /app |
| COPY /app/rotation-manager . # buildkit |
| USER rotation |
| EXPOSE map[8090/tcp:{}] |
| CMD ["./rotation-manager"] |