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

docs: update repo env var #3203

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* Build and push Gatekeeper image:
```sh
export DESTINATION_GATEKEEPER_IMAGE=<add registry like "myregistry.docker.io/gatekeeper">
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE OUTPUT_TYPE=type=registry
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE OUTPUT_TYPE=type=registry
```

> If you want to use a local image, don't set OUTPUT_TYPE and it will default to `OUTPUT_TYPE=type=docker`.

* Finally, deploy:
```sh
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE
```

### Deploying via Helm
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-v3.10.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* `cd` to the repository directory.
* Define your destination Docker image location:
```sh
export DESTINATION_GATEKEEPER_DOCKER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
export DESTINATION_GATEKEEPER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
```
* Build and push your Docker image:
```sh
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```
* Finally, deploy:
```sh
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```

### Deploying via Helm
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-v3.11.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* `cd` to the repository directory.
* Define your destination Docker image location:
```sh
export DESTINATION_GATEKEEPER_DOCKER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
export DESTINATION_GATEKEEPER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
```
* Build and push your Docker image:
```sh
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```
* Finally, deploy:
```sh
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```

### Deploying via Helm
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-v3.12.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* Build and push Gatekeeper image:
```sh
export DESTINATION_GATEKEEPER_IMAGE=<add registry like "myregistry.docker.io/gatekeeper">
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE OUTPUT_TYPE=type=registry
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE OUTPUT_TYPE=type=registry
```

> If you want to use a local image, don't set OUTPUT_TYPE and it will default to `OUTPUT_TYPE=type=docker`.

* Finally, deploy:
```sh
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE
```

### Deploying via Helm
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-v3.13.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* Build and push Gatekeeper image:
```sh
export DESTINATION_GATEKEEPER_IMAGE=<add registry like "myregistry.docker.io/gatekeeper">
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE OUTPUT_TYPE=type=registry
make docker-buildx REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE OUTPUT_TYPE=type=registry
```

> If you want to use a local image, don't set OUTPUT_TYPE and it will default to `OUTPUT_TYPE=type=docker`.

* Finally, deploy:
```sh
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE
```

### Deploying via Helm
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.14.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Currently the most reliable way of installing Gatekeeper is to build and install

* Finally, deploy:
```sh
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_DOCKER_IMAGE
make deploy REPOSITORY=$DESTINATION_GATEKEEPER_IMAGE
```

### Deploying via Helm
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-v3.6.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* `cd` to the repository directory.
* Define your destination Docker image location:
```sh
export DESTINATION_GATEKEEPER_DOCKER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
export DESTINATION_GATEKEEPER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
```
* Build and push your Docker image:
```sh
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```
* Finally, deploy:
```sh
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```

### Deploying via Helm
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-v3.7.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* `cd` to the repository directory.
* Define your destination Docker image location:
```sh
export DESTINATION_GATEKEEPER_DOCKER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
export DESTINATION_GATEKEEPER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
```
* Build and push your Docker image:
```sh
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```
* Finally, deploy:
```sh
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```

### Deploying via Helm
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-v3.8.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* `cd` to the repository directory.
* Define your destination Docker image location:
```sh
export DESTINATION_GATEKEEPER_DOCKER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
export DESTINATION_GATEKEEPER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
```
* Build and push your Docker image:
```sh
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```
* Finally, deploy:
```sh
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```

### Deploying via Helm
Expand Down
8 changes: 4 additions & 4 deletions website/versioned_docs/version-v3.9.x/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ Currently the most reliable way of installing Gatekeeper is to build and install
* `cd` to the repository directory.
* Define your destination Docker image location:
```sh
export DESTINATION_GATEKEEPER_DOCKER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
export DESTINATION_GATEKEEPER_IMAGE=<YOUR DESIRED DESTINATION DOCKER IMAGE>
```
* Build and push your Docker image:
```sh
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make docker-buildx REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
make docker-push REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```
* Finally, deploy:
```sh
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_DOCKER_IMAGE"
make deploy REPOSITORY="$DESTINATION_GATEKEEPER_IMAGE"
```

### Deploying via Helm
Expand Down