issues Search Results · repo:buildkite-plugins/docker-compose-buildkite-plugin language:Shell
Filter by
188 results
(158 ms)188 results
inbuildkite-plugins/docker-compose-buildkite-plugin (press backspace or delete to remove)Heya
I ve several pipelines that do something like
steps
- label Build image
plugins
- docker-compose#$DOCKER_COMPOSE_PLUGIN_VERSION:
build: image
push: image:${BUILD_REPO}:image-${BUILD_TAG} ...
simonblake-mp
- Opened on Jan 31
- #469
I often deal with Docker base images that define an ENTRYPOINT that prevents running shell commands (example).
With vanilla Docker compose, it is easy to work around (bypass) such an ENTRYPOINT by running: ...
mkropat
- Opened on Jan 9
- #466
Previous versions of the Plugin, enabled pulling images that were specified via the cache-from parameter. This
functionality is no longer available as of v5, due to the inclusion of being able to pass ...
tomowatt
- 4
- Opened on Sep 16, 2024
- #457
The documented example Pre-building the image does not work
https://github.com/buildkite-plugins/docker-compose-buildkite-plugin/blob/master/docs/examples.md#pre-building-the-image
This is a consequence ...
TastyPi
- Opened on Jun 29, 2024
- #446
Hi,
My company recently had an internal incident where our builds started failing in mysterious ways. The problem turned out
to be that the Docker Compose Buildkite Plugin s pre-exit hook script was failing ...
enhancement
ran-arigur
- 1
- Opened on Jun 15, 2024
- #445
See also equivalent docker plugin issue at https://github.com/buildkite-plugins/docker-buildkite-plugin/issues/271
Running commands like buildkite-agent secret get hello inside a container via mount-buildkite-agent ...
pda
- 1
- Opened on Jun 6, 2024
- #443
Hi. First of all, thank you very much for such a wonderful plugin.
I have a slight misunderstanding about what needs to be done to perform some settings on the agent before running docker
and is this ...
velios
- 3
- Opened on May 21, 2024
- #440
Hi Guys Im trying to use 5.2.0 coming from 3.9.0 I m getting this error on buildkite
Building services build-${BUILDKITE_BRANCH}-${BUILDKITE_BUILD_NUMBER}-${BUILDKITE_COMMIT} | 0s
-- | --
| $ docker ...
moribaleta
- 4
- Opened on May 14, 2024
- #439
Docker Compose supports profile tags, so you can design docker-compose files where only a subset of services are
started, depending on the profile tags.
See https://docs.docker.com/compose/profiles/ for ...
TJC
- 1
- Opened on May 6, 2024
- #437
I m trying to use this plugin in my pipeline as such:
steps:
- label: :docker: :rust: build
command: RUSTFLAGS= -D warnings cargo build
plugins:
- docker-compose#v3.0.3:
run: ...
MathisWellmann
- 3
- Opened on Apr 12, 2024
- #434

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.