Deployment Drone
Drone Pipeline: Wait for Docker Image tag to be ready in Quay.io
If you need a Drone pipeline (.drone.yml) step in which you’re waiting for a Docker image tag to be available in Quay.io, here is my solution that is working fine. Basically a loop that is using curl and grep checking if tag string is present — kind: pipeline type: kubernetes Więcej…