Web Development XML
Podstawy DTD (Document Type Definition)
Elementy Deklarowanie Elementów <!ELEMENT element-name category> lub <!ELEMENT element-name (element-content)>
Elementy Deklarowanie Elementów <!ELEMENT element-name category> lub <!ELEMENT element-name (element-content)>
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…