docker-compose-buildkite-plugin icon indicating copy to clipboard operation
docker-compose-buildkite-plugin copied to clipboard

add mount-checkout option from docker-buildkite-plugin

Open TSMMark opened this issue 3 years ago • 1 comments

Hi, would it be possible to add the mount-checkout or copy-checkout option from docker-buildkite-plugin implemented here:

https://github.com/buildkite-plugins/docker-buildkite-plugin/pull/182

Or maybe this is already possible to do and undocumented? I think this would save a ton of time on certain builds

TSMMark avatar Aug 16 '22 18:08 TSMMark

Basically I want to cp files from the host into the container, and I want to avoid docker volumes.

Any way to use docker compose cp command directly using docker-compose-buildkite-plugin? https://docs.docker.com/engine/reference/commandline/compose_cp/

TSMMark avatar Aug 16 '22 19:08 TSMMark

This is now part of the latest release v4.4.0 :)

toote avatar Oct 21 '22 16:10 toote