-
Go compiler (go1.18 or above)
-
Docker (18.06 or above)
-
Docker (18.06 or above)
-
Variant of docker-compose.yml configured for deployment (and without build steps)
-
If there are multiple configurations, the filename should match the deployment host
-
When performing rapid successive Decap deployments using different Chromium
binaries, we can avoid polluting the Docker registry with hundreds of megabytes
of additional binary blobs by using docker save
and docker load
.
$ docker save <docker registry>/decap:latest | ssh <remote host> docker load