dind-drone-plugin icon indicating copy to clipboard operation
dind-drone-plugin copied to clipboard

Plugin for Drone CI v0.8+ to enable use of Testcontainers using Docker-in-Docker

Results 8 dind-drone-plugin issues
Sort by recently updated
recently updated
newest added

We have our CI server running in AWS Fargate and Fargate currently dont allow docker in docker. I want to check if this approach can be implemented in the AWS...

if I'm not mistaken, there is currently no arm64 image available of the plugin. Could you please build and push the current version with `--platform linux/arm64`? Thanks!

Test phase is really slow using the plugin, mainly because I'm unable to cache Maven dependencies. I'm currently working on this pipeline: ``` kind: pipeline type: docker name: default steps:...

Bumps docker from 25.0.2-dind to 27.1.1-dind. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker&package-manager=docker&previous-version=25.0.2-dind&new-version=27.1.1-dind)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi everyone, I'm troubleshooting my Drone CI pipeline using the given example, and I've found that my build container is trying to reach localhost. And while I observe the containers...

Bumps docker from 25.0.2-dind to 27.2.0-dind. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker&package-manager=docker&previous-version=25.0.2-dind&new-version=27.2.0-dind)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

cc @kiview @bsideup @eddumelendez 👋 Since returning to Skyscanner I've continued bare-minimum maintenance of this repo, which has been required as Skyscanner transitioned off Drone to GitHub Actions. As that...