Skip to content

Commit

Permalink
chore: update docker image in the pipeline
Browse files Browse the repository at this point in the history
We use hacked version with a workaround for capability issues with
`--privileged` in Docker.

See moby/moby#42906

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 5, 2021
1 parent 5f27771 commit e9b0f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ local volumes = {
// This provides the docker service.
local docker = {
name: 'docker',
image: 'docker:20.10-dind',
image: 'ghcr.io/smira/docker:20.10-dind-hacked',
entrypoint: ['dockerd'],
privileged: true,
command: [
Expand Down

0 comments on commit e9b0f01

Please sign in to comment.