-
Notifications
You must be signed in to change notification settings - Fork 49
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
DockerHub image proliferation #624
Comments
for docker images, we are using github actions, no circle ci: |
i think the issue could be that for whatever reason the script takes the image tag from the github release name and not from the github tag... |
oh forgot to mention. so if someone pulls QL w/o specifying a tag, they'll get an old image. |
yeh, it could be. not sure how it actually works... |
https://github.com/orchestracities/ngsi-timeseries-api/runs/4546570621?check_suite_focus=true apparently the problem was that the build failed |
Describe the bug
There's one helluva lot QL images on DockerHub at the moment, which could be confusing for our users. Was this intentional? Also unlike previous versions there's no
0.8.3
tag, butrelease-0.8.3
instead. That intentional too?Expected behavior
Double check what's going on w/ CircleCI and if we're supposed to publish an image on every PR merge.
Additional context
Browse to: https://hub.docker.com/r/orchestracities/quantumleap/tags
The text was updated successfully, but these errors were encountered: