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

doc: Use docker.io instead of quay.io #11606

Merged
merged 1 commit into from May 20, 2020
Merged

doc: Use docker.io instead of quay.io #11606

merged 1 commit into from May 20, 2020

Conversation

michi-covalent
Copy link
Contributor

There was some confusion among new contributors whether they should use
the Cilium image from docker.io or quay.io for running integration tests
locally. Technically both are fine, but changing the documentation to
use the Cilium image from docker.io to signify that it is considered a
bit more official.

Signed-off-by: Michi Mutsuzaki michi@isovalent.com

There was some confusion among new contributors whether they should use
the Cilium image from docker.io or quay.io for running integration tests
locally. Technically both are fine, but changing the documentation to
use the Cilium image from docker.io to signify that it is considered a
bit more official.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
@michi-covalent michi-covalent added area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. release-note/misc This PR makes changes that have no direct user impact. labels May 19, 2020
@michi-covalent michi-covalent requested a review from a team as a code owner May 19, 2020 23:51
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 May 19, 2020
@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 20, 2020
@tklauser tklauser merged commit da9a724 into master May 20, 2020
1.8.0 automation moved this from In progress to Merged May 20, 2020
@tklauser tklauser deleted the pr/michi/noquay branch May 20, 2020 17:26
@@ -460,7 +460,7 @@ An example invocation is

::

CNI_INTEGRATION=eks K8S_VERSION=1.13 ginkgo --focus="K8s*" -noColor -- -cilium.provision=false -cilium.kubeconfig=`echo ~/.kube/config` -cilium.image="quay.io/cilium/cilium:latest" -cilium.operator-image="quay.io/cilium/operator:latest" -cilium.passCLIEnvironment=true
CNI_INTEGRATION=eks K8S_VERSION=1.13 ginkgo --focus="K8s*" -noColor -- -cilium.provision=false -cilium.kubeconfig=`echo ~/.kube/config` -cilium.image="docker.io/cilium/cilium:latest" -cilium.operator-image="docker.io/cilium/operator:latest" -cilium.passCLIEnvironment=true
Copy link
Member

Choose a reason for hiding this comment

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

just cilium/cilium:latest is also enough without the prefix

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah but i wasn't sure if

// Set defaults to match passed-in fully-qualified image
can handle image names without domain name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

4 participants