Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
chore: use images.acornlabs.com instead of ghcr.io for runtime (exclu…
Browse files Browse the repository at this point in the history
…ding tests, etc.)

Signed-off-by: Thorsten Klein <[email protected]>
  • Loading branch information
iwilltry42 committed Feb 15, 2024
1 parent 7515a20 commit 7a90a37
Show file tree
Hide file tree
Showing 26 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/docs/30-installation/02-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Options

## Acorn image

When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Options

## Acorn image

When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acorn info
# publicKeys:
# - keyID: 3rRkDpFF9FjhT4wGTaIvw8U5MX0p80eosk8yu61FOAY
#server:
# apiServerImage: ghcr.io/acorn-io/runtime:main
# apiServerImage: images.acornlabs.com/acorn-io/runtime:main
# config:
#....
```
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.3/30-installation/02-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Options
---

## Acorn image
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from an private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from an private registry.

## TLS via Let's Encrypt

Expand Down Expand Up @@ -40,4 +40,4 @@ Acorn provides several installation options for controlling the domain name used
Acorn [requires an ingress controller](01-installing.md#ingress-and-service-loadbalancers) to function properly. If your cluster has more than one ingress controller or if it has one but it isn't set as the [default](https://kubernetes.io/docs/concepts/services-networking/ingress/#default-ingress-class), you can explicitly set the ingress class using `--ingress-class-name`.

## Changing install options
If you want to change your install options after the initial installation, just rerun `acorn install` with the new options. This will update the existing install dynamically.
If you want to change your install options after the initial installation, just rerun `acorn install` with the new options. This will update the existing install dynamically.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.3/39-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To publish your image run the familiar build command with a `-t` option to tag t
An example would be:

```shell
acorn build -t ghcr.io/acorn-io/runtime:v1.0 .
acorn build -t images.acornlabs.com/acorn-io/runtime:v1.0 .
```

This is very similar to the Docker build workflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acorn info
# publicKeys:
# - keyID: 3rRkDpFF9FjhT4wGTaIvw8U5MX0p80eosk8yu61FOAY
#server:
# apiServerImage: ghcr.io/acorn-io/runtime:main
# apiServerImage: images.acornlabs.com/acorn-io/runtime:main
# config:
#....
```
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.4/30-installation/02-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Options
---

## Acorn image
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down Expand Up @@ -36,4 +36,4 @@ Acorn provides several installation options for controlling the domain name used
Acorn [requires an ingress controller](01-installing.md#ingress-and-service-loadbalancers) to function properly. If your cluster has more than one ingress controller or if it has one but it isn't set as the [default](https://kubernetes.io/docs/concepts/services-networking/ingress/#default-ingress-class), you can explicitly set the ingress class using `--ingress-class-name`.

## Changing install options
If you want to change your install options after the initial installation, just rerun `acorn install` with the new options. This will update the existing install dynamically.
If you want to change your install options after the initial installation, just rerun `acorn install` with the new options. This will update the existing install dynamically.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.4/39-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To publish your image run the familiar build command with a `-t` option to tag t
An example would be:

```shell
acorn build -t ghcr.io/acorn-io/runtime:v1.0 .
acorn build -t images.acornlabs.com/acorn-io/runtime:v1.0 .
```

This is very similar to the Docker build workflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acorn info
# publicKeys:
# - keyID: 3rRkDpFF9FjhT4wGTaIvw8U5MX0p80eosk8yu61FOAY
#server:
# apiServerImage: ghcr.io/acorn-io/runtime:main
# apiServerImage: images.acornlabs.com/acorn-io/runtime:main
# config:
#....
```
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.5/30-installation/02-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Options
---

## Acorn image
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down Expand Up @@ -91,4 +91,4 @@ Note that in order to allow propagation of user-defined labels and annotations o


## Changing install options
If you want to change your installation options after the initial installation, just rerun `acorn install` with the new options. This will update the existing install dynamically.
If you want to change your installation options after the initial installation, just rerun `acorn install` with the new options. This will update the existing install dynamically.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.5/39-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To publish your image run the familiar build command with a `-t` option to tag t
An example would be:

```shell
acorn build -t ghcr.io/acorn-io/runtime:v1.0 .
acorn build -t images.acornlabs.com/acorn-io/runtime:v1.0 .
```

This is very similar to the Docker build workflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acorn info
# publicKeys:
# - keyID: 3rRkDpFF9FjhT4wGTaIvw8U5MX0p80eosk8yu61FOAY
#server:
# apiServerImage: ghcr.io/acorn-io/runtime:main
# apiServerImage: images.acornlabs.com/acorn-io/runtime:main
# config:
#....
```
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.6/30-installation/02-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Options
---

## Acorn image
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down Expand Up @@ -101,4 +101,4 @@ For strings array flags, you can reset the slice to empty by pass empty string "

```bash
acorn install --propagate-project-annotation ""
```
```
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.6/39-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To publish your image run the familiar build command with a `-t` option to tag t
An example would be:

```shell
acorn build -t ghcr.io/acorn-io/runtime:v1.0 .
acorn build -t images.acornlabs.com/acorn-io/runtime:v1.0 .
```

This is very similar to the Docker build workflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acorn info
# publicKeys:
# - keyID: 3rRkDpFF9FjhT4wGTaIvw8U5MX0p80eosk8yu61FOAY
#server:
# apiServerImage: ghcr.io/acorn-io/runtime:main
# apiServerImage: images.acornlabs.com/acorn-io/runtime:main
# config:
#....
```
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.7/30-installation/02-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Options
---

## Acorn image
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down Expand Up @@ -134,4 +134,4 @@ For strings array flags, you can reset the slice to empty by pass empty string "

```bash
acorn install --propagate-project-annotation ""
```
```
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.7/39-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To publish your image run the familiar build command with a `-t` option to tag t
An example would be:

```shell
acorn build -t ghcr.io/acorn-io/runtime:v1.0 .
acorn build -t images.acornlabs.com/acorn-io/runtime:v1.0 .
```

This is very similar to the Docker build workflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acorn info
# publicKeys:
# - keyID: 3rRkDpFF9FjhT4wGTaIvw8U5MX0p80eosk8yu61FOAY
#server:
# apiServerImage: ghcr.io/acorn-io/runtime:main
# apiServerImage: images.acornlabs.com/acorn-io/runtime:main
# config:
#....
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Options
---

## Acorn image
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.8/39-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To publish your image run the familiar build command with a `-t` option to tag t
An example would be:

```shell
acorn build -t ghcr.io/acorn-io/runtime:v1.0 .
acorn build -t images.acornlabs.com/acorn-io/runtime:v1.0 .
```

This is very similar to the Docker build workflow:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ acorn info
# publicKeys:
# - keyID: 3rRkDpFF9FjhT4wGTaIvw8U5MX0p80eosk8yu61FOAY
#server:
# apiServerImage: ghcr.io/acorn-io/runtime:main
# apiServerImage: images.acornlabs.com/acorn-io/runtime:main
# config:
#....
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Options
---

## Acorn image
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `ghcr.io/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.
When you install acorn, it will launch several workloads in your cluster, including an api-server and controller. By default, these workloads will use the `images.acornlabs.com/acorn-io/runtime` image. You can customize this image by setting the `--image` option. This is useful if you are installing acorn in an environment where you are required to pull images from a private registry.

## TLS via Let's Encrypt

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.9/39-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To publish your image run the familiar build command with a `-t` option to tag t
An example would be:

```shell
acorn build -t ghcr.io/acorn-io/runtime:v1.0 .
acorn build -t images.acornlabs.com/acorn-io/runtime:v1.0 .
```

This is very similar to the Docker build workflow:
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
spec:
containers:
- name: acorn-api
image: ghcr.io/acorn-io/runtime
image: images.acornlabs.com/acorn-io/runtime
args:
- api-server
ports:
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: acorn-controller
image: ghcr.io/acorn-io/runtime
image: images.acornlabs.com/acorn-io/runtime
env:
- name: LEGO_DISABLE_CNAME_SUPPORT
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion pkg/system/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

var (
InstallImage = "ghcr.io/acorn-io/runtime"
InstallImage = "images.acornlabs.com/acorn-io/runtime"
LocalImage = "acorn-local"
LocalDockerImage = os.Getenv("ACORN_DOCKER_IMAGE")
LocalImageBind = "ghcr.io/acorn-io/acorn-local-bind:latest"
Expand Down

0 comments on commit 7a90a37

Please sign in to comment.