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

Reference Docker Hub image by SHA #576

Merged

Conversation

gmlueck
Copy link
Contributor

@gmlueck gmlueck commented Jul 1, 2024

Download the Docker Hub container image by its SHA, so that we know exactly which version of the Asciidoctor tools we use to build the spec. The version (SHA) should be updated periodically as new container images are published.

Download the Docker Hub container image by its SHA, so that we know
exactly which version of the Asciidoctor tools we use to buid the spec.
The version (SHA) should be updated periodically as new container
images are published.
Also see if we can reference the image using both its tag and its SHA.
It appears that it is legal to reference the docker image using both
its tag and its SHA, but the tag is totally ignored in that case.
Since there is no error checking that the tag matches the SHA, it seems
better to just use the SHA and rely on a comment to document which tag
this corresponds to.
.github/workflows/CI.yml Outdated Show resolved Hide resolved
Co-authored-by: Jon Leech <4693344+oddhack@users.noreply.github.com>
@gmlueck
Copy link
Contributor Author

gmlueck commented Jul 2, 2024

Merging as editorial

@gmlueck gmlueck merged commit 3fa9c77 into KhronosGroup:SYCL-2020/master Jul 2, 2024
2 checks passed
@gmlueck gmlueck deleted the gmlueck/docker-image-sha branch July 2, 2024 11:46
keryell pushed a commit that referenced this pull request Sep 10, 2024
gmlueck added a commit that referenced this pull request Nov 7, 2024
Reference Docker Hub image by SHA

(cherry picked from commit 3fa9c77)
gmlueck added a commit that referenced this pull request Nov 7, 2024
Reference Docker Hub image by SHA

(cherry picked from commit 3fa9c77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial Some purely editorial problem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants