-
Notifications
You must be signed in to change notification settings - Fork 37
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
Dockerfile: update to GDAL 3.8.0 #960
Conversation
Use the same version of the image for the builder and the main image.
The WORKDIR directive will create the directory, so this saves a layer in the image.
5978bb3
to
515051e
Compare
@SpacemanPaul I've seen other PRs being marked as ready for review, but I'm not sure how to do that, could you please take a look at this? I don't think the failed jobs are caused by this PR. The The "H" means there are vulnerabilities classified with a severity of "high". My experience is that it's usually less effort to fix the vulnerabilities marked as high or critical than it is to try to convince corporate IT that some software is not affected by the issue flagged. Switching from a moving target like |
Hi @pjonsson - thanks heaps for your recent contributions - they are really appreciated. This PR IS ready for review - apart from the failing checks. I was hoping the PRs I did yesterday would resolve the failed checks - but I can see you've rebased onto them and nothing has changed. I suspect there's something in the relevant github actions that is breaking for PRs from non-org-owned forks. I'll try reproducing this as an internal PR today to see if that fixes it. I don't mind building to a moving target on active repos - it's a useful "canary in the mine" for advance warning of emerging issues in the upstream world - but OWS isn't very active at the moment, and given the current status of the "moving" target in question, I'm happy to merge this. I just need to sort out what's happening with the checks. |
@SpacemanPaul I think you're right about non-org users, the documentation-preview action worked when I made pull requests against my forked repository of datacube-explorer, but fails on the pull requests I make to the real repository. (But that experience was before the updated actions, but if it didn't fix things in this repository, I doubt it will have made any difference there.) If you are short on time, I think fixing the failing actions can be postponed until later; I don't have any intention of making contributions that require documentation updates, I just want to fix the immediate issues I have with the docker image. If it's just the red crosses on the pull requests that you want prevent, it might be possible to quick-fix by only running the two failing steps when an org user makes the pull request. |
Reproduced as local PR#970 - confirmed that those github actions just don't like remote forks. Moving discusion/review over there. |
Use the same version of the image for the builder
and the main image.