broad-zoo-34077
07/02/2021, 5:44 AMwhite-airport-8778
uses: infracost/infracost-gh-action@master
to uses: infracost/infracost-gh-action@locked_version
Also, if you have any feedback/ideas about this GH issue, we’d love to hear it as it seems like we should bump up the priority of that to avoid this sort of issue.thousands-airline-24628
07/02/2021, 7:19 AMlatest
tag always triggers a pull, so our pull-through cache doesn't help, even if the manifest hasn't changed (if I'm correctly understanding how it works).
In other words, it would be fine for me if the version changes, as long as the tag is not latest
thousands-airline-24628
07/02/2021, 7:25 AM$ token="$(curl -s "<https://auth.docker.io/token?service=registry.docker.io&scope=repository:ratelimitpreview/test:pull>" | jq -r '.token')"
$ curl -s --head -H "Authorization: Bearer ${token}" <https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest> | grep ratelimit
ratelimit-limit: 100;w=21600
ratelimit-remaining: 100;w=21600
It invariably tells me that I have plenty of pulls remaining, and yet shortly after i get rate limit errors ¯\_(ツ)_/¯white-airport-8778
By the way, to be clear, I don’t mind having the version be automatically upgraded […] In other words, it would be fine for me if the version changes, as long as the tag is notAh that helps a lot! So maybe we just createlatest
latest_release
and update it at the same time as latest? we can then point all the CI/CD integrations to that docker tag (we’ll address the longer term needs in #777 )white-airport-8778
little-author-61621
white-airport-8778