Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub API to detect latest Docker Compose version #9

Closed
markdumay opened this issue Jun 12, 2020 · 0 comments
Closed

Use GitHub API to detect latest Docker Compose version #9

markdumay opened this issue Jun 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@markdumay
Copy link
Owner

Replace the current web scraping instruction with a GitHub API request. Below example detects the latest restic version that can be adapted:

RESTIC_TAG_LATEST=$(curl --silent "https://api.github.com/repos/restic/restic/releases/latest" | grep -Po '"tag_name": "v\K.*?(?=")')
@markdumay markdumay added the enhancement New feature or request label Jun 12, 2020
@markdumay markdumay self-assigned this Jun 12, 2020
@markdumay markdumay mentioned this issue Jun 16, 2020
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant