concourse / concourse/docker-image-resource
Silent image pull for running tasks
Open
Nobody has claimed this yet.
question
- Dominant language
- Go
- Stars
- 162
- Forks
- 250
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes concourse prints the pulling progress of docker when starting a task. Is there a flag to disable this output?
d599a449871e: Pulling fs layer
44394e7946d1: Pulling fs layer
138e53be105f: Pulling fs layer
86cff783ee27: Pulling fs layer
f7ec8981b5f9: Pulling fs layer
53bd6c1a2017: Pulling fs layer
2c60cc2d1159: Pulling fs layer
d9ea23542cda: Pulling fs layer
4cac40ce7e95: Pulling fs layer
3791f965015c: Pulling fs layer
18088a6952e2: Pulling fs layer
86cff783ee27: Waiting
53bd6c1a2017: Waiting
f7ec8981b5f9: Waiting
2c60cc2d1159: Waiting
3791f965015c: Waiting
d9ea23542cda: Waiting
18088a6952e2: Waiting
4cac40ce7e95: Waiting
44394e7946d1: Verifying Checksum
44394e7946d1: Download complete
86cff783ee27: Verifying Checksum
86cff783ee27: Download complete
f7ec8981b5f9: Verifying Checksum
f7ec8981b5f9: Download complete
d599a449871e: Download complete
138e53be105f: Download complete
d9ea23542cda: Verifying Checksum
d9ea23542cda: Download complete
d599a449871e: Pull complete
2c60cc2d1159: Verifying Checksum
2c60cc2d1159: Download complete
53bd6c1a2017: Verifying Checksum
53bd6c1a2017: Download complete
18088a6952e2: Verifying Checksum
18088a6952e2: Download complete
3791f965015c: Verifying Checksum
3791f965015c: Download complete
44394e7946d1: Pull complete
4cac40ce7e95: Verifying Checksum
4cac40ce7e95: Download complete
138e53be105f: Pull complete
86cff783ee27: Pull complete
f7ec8981b5f9: Pull complete
53bd6c1a2017: Pull complete
2c60cc2d1159: Pull complete
d9ea23542cda: Pull complete
4cac40ce7e95: Pull complete
3791f965015c: Pull complete
18088a6952e2: Pull complete
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating where Docker image pull progress is emitted when a task starts, then trace how resource options are handled; done means a documented flag or configuration reliably suppresses those progress lines without hiding task errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100