-
Notifications
You must be signed in to change notification settings - Fork 471
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
Common README information #52
Common README information #52
Conversation
a5f2b6b
to
7566a92
Compare
7cfedbe
to
c4ad2e6
Compare
de227d5
to
3915493
Compare
a few issues with imagebuilder/make images:
For those reasons, the doc outlines how to develop w/ buildah/docker cmds, with a note about |
enhancements/operator-dev-doc.md
Outdated
|
||
If the above command fails, you need to authenticate against `registry.svc.ci.openshift.org`. | ||
Add the necessary credentials to your local `~/.docker/config.json` (or equivalent file) like so: | ||
- visit `https://api.ci.openshift.org`, `upper right corner '?'` dropdown to `Command Line Tools` |
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.
Too much detail, imo.
enhancements/operator-dev-doc.md
Outdated
*Dockerfile name varies per repository, this example used Dockerfile.rhel, but it may have a different name* | ||
``` | ||
$ cd local/path/to/openshift-apiserver | ||
$ buildah bud -f path/to/Dockerfile.rhel -t quay.io/yourname/openshift-apiserver:test . |
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.
I'm still missing make images
here, even though it has problems, I'd prefer we use that.
enhancements/operator-dev-doc.md
Outdated
*Dockerfile name varies per repository, this example used Dockerfile.rhel, but it may have a different name* | ||
``` | ||
$ cd local/path/to/openshift-apiserver | ||
$ buildah bud -f path/to/Dockerfile.rhel -t quay.io/yourname/openshift-apiserver:test . |
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.
We can mention the problems, and how to solve them, but still use that. For that .dockeringonre
we need to ensure to add it where necessary.
899a921
to
9715df6
Compare
9715df6
to
a5c6315
Compare
good to start /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, sallyom The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This strays from the template for enhancements. Also, this is aimed for developers who can access images from
registry.svc.ci.openshift.org
registry.The goal of this is a doc that can be linked to in many openshift/repos READMEs.
This contains common info wrt 'What is an operator (mostly specific to OpenShift)?' and 'How do I build/deploy/update/ this code?'