mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-08-31 15:42:51 +08:00
6 lines
227 B
Docker
6 lines
227 B
Docker
FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.4.1
|
|
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
|
|
ARG UID=1000
|
|
ARG GID=1000
|
|
USER ${UID}:${GID}
|