Skip to content

Commit

Permalink
Merge pull request #6580 from concourse/default-to-containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
aoldershaw committed Feb 26, 2021
2 parents 64f76bb + ff447c6 commit d208bdd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ services:
volumes: ["./hack/keys:/concourse-keys"]
stop_signal: SIGUSR2
environment:
CONCOURSE_RUNTIME: containerd

CONCOURSE_TSA_PUBLIC_KEY: /concourse-keys/tsa_host_key.pub
CONCOURSE_TSA_WORKER_PRIVATE_KEY: /concourse-keys/worker_key

Expand All @@ -61,4 +63,4 @@ services:
CONCOURSE_BAGGAGECLAIM_DRIVER: overlay

# work with docker-compose's dns
CONCOURSE_GARDEN_DNS_PROXY_ENABLE: "true"
CONCOURSE_CONTAINERD_DNS_PROXY_ENABLE: "true"
13 changes: 0 additions & 13 deletions hack/overrides/containerd.yml

This file was deleted.

12 changes: 12 additions & 0 deletions hack/overrides/guardian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# guardian.yml - a docker-compose override that makes `worker` use guardian as
# a container runtime
#
#
version: '3'

services:
worker:
environment:
CONCOURSE_RUNTIME: guardian
CONCOURSE_CONTAINERD_DNS_PROXY_ENABLE: ~
CONCOURSE_GARDEN_DNS_PROXY_ENABLE: "true"

0 comments on commit d208bdd

Please sign in to comment.