mirror of
https://github.com/kopia/kopia.git
synced 2026-01-23 13:58:08 -05:00
* Dockerfile: specified reasonable defaults options for containerized kopia * addressed pr comments, switched to gcr.io/distroless/static:nonroot distroless has no executable code, so this requires KOPIA_PASSWORD to always be provided via env, b/c distroless does not have /bin/stty to disable TTY echo (we should not require that, BTW) * site: added docker image documentation
This is a directory for staging pre-built binaries from the dist/ directory to prevent sending the entire codebase to the docker daemon.