mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-07-04 12:42:51 +08:00
Compare commits
2 Commits
47413f941e
...
2e472da4b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e472da4b8 | ||
|
|
c30088b6b1 |
@ -2,7 +2,7 @@
|
|||||||
"name": "Debian",
|
"name": "Debian",
|
||||||
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
|
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/node:1": {},
|
"ghcr.io/devcontainers/features/node:2": {},
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {}
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/super-linter/super-linter:slim-v8.0.0
|
FROM ghcr.io/super-linter/super-linter:slim-v8.6.0
|
||||||
|
|
||||||
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
|
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
|
||||||
ARG UID=1000
|
ARG UID=1000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user