dapper
dapper copied to clipboard
Docker build wrapper
Usage: ``` dapper -m bind --secret id=settings,src=$HOME/.m2/settings.xml ```
Starting in Go 1.17, `go get` will be deprecated in favor of `go install`: https://go.dev/doc/go-get-install-deprecation
There is a tipo in `Dockerfile.dapper`: `DOCKER_CLI_EXPERMENTAL` instead of `DOCKER_CLI_EXPERIMENTAL`. https://github.com/rancher/dapper/blob/c1e5b08924c6430528141534b704546c755cb8f8/Dockerfile.dapper#L18
Excact context is unclear to me, but https://github.com/rancher/dapper/blob/master/package/Dockerfile#L1 should probably not be pinning `docker:19.03.8` but something security maintained and more recent
for example: ```bash cd /data/code/hello@1 # old: dapper -m bind # image: hello@2:HEAD for "-t, --tag: invalid reference format" # fix: dapper -m bind # image: hello-2:HEAD ```
When running `dapper` in a container which is created by act on Manjaro, docker cannot resolve any DNS names. This is the case if, on the host system, a custom...
This avoids using path separators in temp file patterns. Fixes https://github.com/rancher/dapper/issues/92
because rancher desktop provide all-in-one k8s single node environment, so I wanto build cicd pipeline based on k8s. it need dapper to build image to me.