knox 修订了这个 Gist . 跳至此修订
1 file changed, 4 insertions
Distroless-9.Dockerfile(file created)
@@ -0,0 +1,4 @@ | |||
1 | + | FROM gcr.io/distroless/python3-debian12:debug | |
2 | + | COPY . /app | |
3 | + | WORKDIR /app | |
4 | + | CMD ["hello.py", "/etc"] |
更新
更早