Skip to content

Commit 6031725

Browse files
author
Jonathan S. Katz
committed
Clarification on how to build the containers
1 parent 0592dca commit 6031725

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

hugo/content/Installation/developer-setup.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ The following environment variables are expected by the steps in this guide:
2020

2121
Variable | Example | Description
2222
-------- | ------- | -----------
23-
`GOPATH` | $HOME/odev | Golang project directory
24-
`PGOROOT` | $GOPATH/src/github.com/crunchydata/postgres-operator | Operator repository location
25-
`PGO_BASEOS` | centos7 | Base OS for container images
23+
`GOPATH` | $HOME/odev | Golang project directory
24+
`PGOROOT` | $GOPATH/src/github.com/crunchydata/postgres-operator | Operator repository location
25+
`PGO_BASEOS` | centos7 | Base OS for container images
2626
`PGO_CMD` | kubectl | Cluster management tool executable
27-
`PGO_IMAGE_PREFIX` | crunchydata | Container image prefix
28-
`PGO_OPERATOR_NAMESPACE` | pgo | Kubernetes namespace for the operator
29-
`PGO_VERSION` | 4.2.1 | Operator version
27+
`PGO_IMAGE_PREFIX` | crunchydata | Container image prefix
28+
`PGO_OPERATOR_NAMESPACE` | pgo | Kubernetes namespace for the operator
29+
`PGO_VERSION` | 4.2.1 | Operator version
3030

3131
{{% notice tip %}}
3232
`examples/envs.sh` contains the above variable definitions as well as others used by postgres-operator tools
@@ -59,12 +59,17 @@ The setup target ensures the presence of:
5959
* NSQ messaging binaries
6060
* `docker` container tool
6161
* `buildah` OCI image building tool
62-
* `expenv` config tool
62+
* `expenv` config tool
6363

6464
By default, docker is not configured to run its daemon. Refer to the [docker post-installation instructions](https://docs.docker.com/install/linux/linux-postinstall/) to configure it to run once or at system startup. This is not done automatically.
6565

6666
## Compile
6767

68+
{{% notice tip %}}
69+
Please be sure to have your GPG Key and `.repo` file in the `conf` directory
70+
before proceeding.
71+
{{% /notice %}}
72+
6873
You will build all the Operator binaries and Docker images by running:
6974

7075
make all

0 commit comments

Comments
 (0)