Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Doc (registry): Update to the image registry doc#1591

Merged
mikebrow merged 2 commits intocontainerd:masterfrom
hickeyma:impr-img-reg-doc
Oct 1, 2020
Merged

Doc (registry): Update to the image registry doc#1591
mikebrow merged 2 commits intocontainerd:masterfrom
hickeyma:impr-img-reg-doc

Conversation

@hickeyma
Copy link
Copy Markdown
Contributor

While using the "Configure image registry" doc, I noticed some improvements which could help users. This PR adds these improvements.

@k8s-ci-robot
Copy link
Copy Markdown

Hi @hickeyma. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@hickeyma hickeyma force-pushed the impr-img-reg-doc branch 2 times, most recently from 60182e4 to 9caa12d Compare September 30, 2020 14:50
@hickeyma hickeyma changed the title Updates to the image registry doc Doc (registry): Updates to the image registry doc Sep 30, 2020
@hickeyma hickeyma changed the title Doc (registry): Updates to the image registry doc Doc (registry): Update to the image registry doc Sep 30, 2020
Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good just a couple nits

Comment thread docs/registry.md
Comment thread docs/registry.md Outdated
Comment thread docs/registry.md Outdated
Review comments:
- containerd#1591 (review)

Signed-off-by: Martin Hickey <[email protected]>
@hickeyma
Copy link
Copy Markdown
Contributor Author

Thanks for the review @mikebrow. Updated and ready for review again.

Copy link
Copy Markdown
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mikebrow mikebrow merged commit 07cc1af into containerd:master Oct 1, 2020
@hickeyma hickeyma deleted the impr-img-reg-doc branch October 1, 2020 16:02
shahzzzam pushed a commit to shahzzzam/cri that referenced this pull request Oct 3, 2020
Signed-off-by: Samarth Shah <[email protected]>

update description

Signed-off-by: Samarth Shah <[email protected]>

only decorate MediaTypeDockerSchema2Manifest

Signed-off-by: Samarth Shah <[email protected]>

allocate Annotations if nil

Signed-off-by: Samarth Shah <[email protected]>

update config syntax in registry.md

Signed-off-by: Yecheng Fu <[email protected]>

Set masked and readonly paths based on default Unix spec

The default values of masked and readonly paths are defined
in populateDefaultUnixSpec, and are used when a sandbox is
created.  It is not, however, used for new containers.  If
a container definition does not contain a security context
specifying masked/readonly paths, a container created from
it does not have masked and readonly paths.

This patch applies the default values to masked and
readonly paths of a new container, when any specific values
are not specified.

Fixes containerd#1569

Signed-off-by: Yohei Ueda <[email protected]>

Update to latest kubernetes v1.19.2

Signed-off-by: Davanum Srinivas <[email protected]>

vendor: containerd/containerd v1.4.1

Signed-off-by: Sebastiaan van Stijn <[email protected]>

pkg/server: make ensureRemoveAll() an alias for os.RemoveAll() on Windows

The tricks performed by ensureRemoveAll only make sense for Linux and
other Unices, so separate it out, and make ensureRemoveAll for Windows
just an alias of os.RemoveAll.

Signed-off-by: Sebastiaan van Stijn <[email protected]>

Update after review

Review comments:
- containerd#1591 (review)

Signed-off-by: Martin Hickey <[email protected]>

Use tabs in protofile indentation

This is enforced as part of containerd's fmt checks

Signed-off-by: Derek McGowan <[email protected]>

Align lint checks with containerd

Signed-off-by: Derek McGowan <[email protected]>

Enable golangci on Windows

Signed-off-by: Derek McGowan <[email protected]>

move annotation to children

Signed-off-by: Samarth Shah <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants