-
Notifications
You must be signed in to change notification settings - Fork 96
DockerImage build step #572
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
base: master
Are you sure you want to change the base?
Changes from 9 commits
9bd9556
e024ce1
31ee4d0
66ebc0d
415c188
8d7d045
5d954b6
ba370f5
5a7c513
c5536ed
4ecaa12
83e2d2b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -319,5 +319,12 @@ not to do so. | |
being built simultaneously. It makes little sense to enable it on | ||
a workstation. | ||
|
||
.. opt:: docker-insecure-registries | ||
|
||
(default ``[localhost]``) A list of docker insecure registries. | ||
|
||
``localhost`` is always considered as insecure. | ||
|
||
.. opt:: docker-registry-aliases | ||
|
||
(default ``{docker.io: index.docker.io}``) A mapping of docker registry aliases. | ||
Alias for ``docker.io`` is always added to the aliases mapping. |
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.
Should this option really use the "Docker" branding in the name? It'd be confusing for the Podman users as well for anything else coming later. I saw that the tests seem to refer to
buildah
and the OCI Images. So maybe just play with OCI instead of specific brand names?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.
Possibly just
Image
would be ok. I don't know any other container standarts.Another choice:
FetchImage