-
Notifications
You must be signed in to change notification settings - Fork 17
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
bump to nix:2.11.0, use full name for images #15
base: master
Are you sure you want to change the base?
Conversation
ARG GOLANG_IMAGE=golang:1.17.5-alpine@sha256:4918412049183afe42f1ecaf8f5c2a88917c2eab153ce5ecf4bf2d55c1507b74 | ||
ARG NIX_IMAGE=nixos/nix:2.6.0@sha256:f085a81ca39642a405b41f45e8c21a369d89c65ca9f05d3a9b78dc5852d300ff | ||
ARG GOLANG_IMAGE=docker.io/golang:1.17.5-alpine@sha256:4918412049183afe42f1ecaf8f5c2a88917c2eab153ce5ecf4bf2d55c1507b74 | ||
ARG NIX_IMAGE=docker.io/nixos/nix:2.11.0@sha256:ef91f7bb5ef25d95b8a0437ce0ee5d1de5cfdf8ac882f1597f785068ea1e28af |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to use full name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some systems don't assume docker.io as default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, what systems? It seems to me that at this point the ship has sailed and refs like this should be interpreted as docker.io
for any system to be compatible with the world. As awkward as it is to couple tooling to particular hosts.
In Podman and in general stuff in the redhat ecosystem
…On Sun, Apr 2, 2023, 4:47 PM Alex Suraci ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In bootstrap.Dockerfile
<#15 (comment)>
:
> @@ -1,5 +1,5 @@
-ARG ***@***.***:4918412049183afe42f1ecaf8f5c2a88917c2eab153ce5ecf4bf2d55c1507b74
-ARG ***@***.***:f085a81ca39642a405b41f45e8c21a369d89c65ca9f05d3a9b78dc5852d300ff
+ARG ***@***.***:4918412049183afe42f1ecaf8f5c2a88917c2eab153ce5ecf4bf2d55c1507b74
+ARG ***@***.***:ef91f7bb5ef25d95b8a0437ce0ee5d1de5cfdf8ac882f1597f785068ea1e28af
Out of curiosity, what systems? It seems to me that at this point the ship
has sailed and refs like this should be interpreted as docker.io for any
system to be compatible with the world. As awkward as it is to couple
tooling to particular hosts.
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJS2V45ZTF6HXCF355VDFYTW7IF25ANCNFSM6AAAAAAQAV4ARU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Irrelevant to this repo |
Signed-off-by: LizeLive