https://github.com/kostis-codefresh/public-tag-checker
Codefresh plugins that find the newest tag of a docker image according to semantic version
https://github.com/kostis-codefresh/public-tag-checker
Last synced: about 1 year ago
JSON representation
Codefresh plugins that find the newest tag of a docker image according to semantic version
- Host: GitHub
- URL: https://github.com/kostis-codefresh/public-tag-checker
- Owner: kostis-codefresh
- Created: 2020-04-25T19:51:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T15:20:26.000Z (about 6 years ago)
- Last Synced: 2025-02-08T23:15:36.910Z (over 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Examples of Codefresh plugins in Golang
An example Codefresh plugin. It takes as argument a public dockerhub image (such httpd, ubuntu, alpine)
and returns its newest tag according to semantic versioning (completely unrelated to the `latest` tag
For the usage see [https://codefresh.io/steps/step/kostis-codefresh/newest-dockerhub-tag](https://codefresh.io/steps/step/kostis-codefresh%2Fnewest-dockerhub-tag)
The pipeline definition can also be found in [codefresh.yml](codefresh.yml).