Skip to content

Developer guide missing build operator docker image #795

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

Merged
merged 4 commits into from
Jan 15, 2019

Conversation

alai8
Copy link
Member

@alai8 alai8 commented Jan 15, 2019

The developer guide developer.md contains instructions on how to build the operator code, and on using the operator docker image, but there is no instruction on how to create the operator docker image after building the operator code.

This PR adds a "Building the operator Docker image" section to the developer.md, with contents from the installation.md from the 1.1 branch.
It also adds the "--build-arg VERSION=..." argument to the docker build command example, as suggested by issue #692

Log in to the Docker Store so that you will be able to pull the base image and create the Docker image as follows. These commands should be executed in the project root directory:

```
docker login
Copy link
Member

Choose a reason for hiding this comment

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

We've standardized on $ at the head of lines with shell commands.

@rjeberhard rjeberhard merged commit 924e7b8 into 2.0-rc2 Jan 15, 2019
@alai8 alai8 deleted the developer-guide-build-image-section branch January 17, 2019 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants