write drone docker plugin with proper semver tagging #4

Open
opened 2018-01-28 11:44:28 +00:00 by jcgruenhage · 0 comments
Owner

The plugin should take in an array of versions, and pass them to the build process as an arg, and push the results to the respective tags. For postgres that would be having the tags 9, 9.6, 9.6.1, 10, 10.0, 10.0.0, latest, based on the two passed versions 9.6.1 and 10.0.0. When I then push 9.6.2, it replaces 9.6 and 9, adds 9.6.2 and 9.6.1 stays where it is.

The plugin should take in an array of versions, and pass them to the build process as an arg, and push the results to the respective tags. For postgres that would be having the tags 9, 9.6, 9.6.1, 10, 10.0, 10.0.0, latest, based on the two passed versions 9.6.1 and 10.0.0. When I then push 9.6.2, it replaces 9.6 and 9, adds 9.6.2 and 9.6.1 stays where it is.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jcgruenhage/docker-meta#4
No description provided.