concourse-docker icon indicating copy to clipboard operation
concourse-docker copied to clipboard

Offical concourse/concourse Docker image.

Results 19 concourse-docker issues
Sort by recently updated
recently updated
newest added

With ARM on the rise and most major cloud providers offering ARM instances, would it be possible to get ARM docker builds?

There's an error on WSL2 of concourse/concourse:latest image that can be related on: https://dev.to/lemosluan/comment/1nmi7 The image (web, concourse/concourse) is not running giving this error on the log: ``` {"timestamp":"2023-01-03T08:38:44.584522300Z","level":"error","source":"quickstart","message":"quickstart.worker-runner.logging-runner-exited","data":{"error":"Exit trace...

Hi, I've encountered an issue running a Concourse Worker using --runtime containerd rather than the env variable CONCOURSE_RUNTIME=containerd related to cgroups. The issue prevented runc from properly cleaning containers, leading...

It might be worth to write in the documentation this won't work on docker swarm due to the requirement of privileged mode. The database and web containers will work just...

clone the repo, run `docker build .` and you get ``` debconf: falling back to frontend: Teletype Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for ca-certificates (20170717~16.04.2) ... Updating...

Hello folks, the worker with image tag Version `7.5.0` and with `7.5.0-ubuntu-20211012` is failing to retrieve kernel parameter. message in concourse gui: ```bash run check: find or create container on...

Hi there I'm trying to bring up concourse with the docker-compose file but its failing to bring up the worker ``` { "timestamp":"2021-04-28T13:24:16.201601866Z", "level":"error", "source":"baggageclaim", "message":"baggageclaim.fs.run-command.failed", "data":{ "args":[ "bash", "-e",...

hi, could you please guide me how can I fix worker node issue inside the docker container? I'm always getting the following error ``` iptables: create-instance-chains: iptables: No chain/target/match by...

I've got Concourse running on a NixOS 18.03 VPS inside docker-compose, and this is working fine. I'm now trying to deploy exactly the same Concourse configuration to another NixOS 18.03...

When running Concourse worker on dcoker Compose, guardian failes with: failed to retrieve kernel parameter "net.ipv4.tcp_keepalive_time": open /proc/sys/net/ipv4/tcp_keepalive_time: no such file or directory. So inessence, not able to start any...