Skip to content

Commit 52f20e9

Browse files
authored
chore: tagRelease.sh: bump to 1.8.3 in main branch [skip-build] [skip-e2e] (#161)
* chore: tagRelease.sh: bump to 1.8.3 in main branch [skip-build] [skip-e2e] Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com> * revert change on default.env * revert change on compose.yaml * Update container-image-guide.md --------- Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>
1 parent 35270ed commit 52f20e9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/rhdh-local-guide/container-image-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Looking for the bleeding edge? To use the most recent nightly community build of
2626
RHDH_IMAGE=quay.io/rhdh-community/rhdh:next
2727
```
2828

29-
Or, for builds from a given `release-1.y` branch (for example, 1.7), set the variable as follows.
29+
Or, for builds from a given `release-1.y` branch (for example, 1.8), set the variable as follows.
3030

3131
```sh
32-
RHDH_IMAGE=quay.io/rhdh-community/rhdh:next-1.7
32+
RHDH_IMAGE=quay.io/rhdh-community/rhdh:next-1.8
3333
```
3434

3535
### Using unsupported pre-release CI builds
@@ -46,12 +46,12 @@ RHDH_IMAGE=quay.io/rhdh/rhdh-hub-rhel9:1.8
4646

4747
### Using commercially supported official images
4848

49-
To use the [official release of RHDH](https://catalog.redhat.com/software/containers/rhdh/rhdh-hub-rhel9/645bd4c15c00598369c31aba?gs&q=developer%20hub) 1.y (for example, 1.6), which includes only `linux-amd64`, set the variable as follows.
49+
To use the [official release of RHDH](https://catalog.redhat.com/software/containers/rhdh/rhdh-hub-rhel9/645bd4c15c00598369c31aba?gs&q=developer%20hub) 1.y (for example, 1.8), which includes only `linux-amd64`, set the variable as follows.
5050

5151
NOTE: Using official builds also [requires authentication with the registry](https://access.redhat.com/articles/RegistryAuthentication). See also the section below `Configuring registry credentials` to make this authentication pervasive.
5252

5353
```sh
54-
RHDH_IMAGE=registry.redhat.io/rhdh/rhdh-hub-rhel9:1.7.1
54+
RHDH_IMAGE=registry.redhat.io/rhdh/rhdh-hub-rhel9:1.8.3
5555
```
5656

5757
#### Using image digests

0 commit comments

Comments
 (0)