Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit 6044322

Browse files
committed
Update version strings: 2.9.2 -> 2.9.3
1 parent fb546b9 commit 6044322

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

quay-enterprise/build-support.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ One or more build workers will communicate with Quay Enterprise to build new con
2828
Pull down the latest copy of the image. **Make sure to pull the version tagged matching your Quay Enterprise version**.
2929

3030
```sh
31-
docker pull quay.io/coreos/quay-builder:v2.9.2
31+
docker pull quay.io/coreos/quay-builder:v2.9.3
3232
```
3333

3434
### Run the build worker image
@@ -45,15 +45,15 @@ Use the environment variable `SERVER` to tell the worker the hostname at which Q
4545
Here's what the full command looks like:
4646

4747
```sh
48-
docker run --restart on-failure -e SERVER=ws://myquayenterprise -v /var/run/docker.sock:/var/run/docker.sock quay.io/coreos/quay-builder:v2.9.2
48+
docker run --restart on-failure -e SERVER=ws://myquayenterprise -v /var/run/docker.sock:/var/run/docker.sock quay.io/coreos/quay-builder:v2.9.3
4949
```
5050

5151
When the container starts, each build worker will auto-register and start building containers once a job is triggered and it is assigned to a worker.
5252

5353
If Quay is setup to use a SSL certificate that is not globally trusted, for example a self-signed certificate, Quay's public SSL certificates must be mounted onto the `quay-builder` container's SSL trust store. An example command to mount a certificate found at the host's `/path/to/ssl/rootCA.pem` looks like:
5454

5555
```sh
56-
docker run --restart on-failure -e SERVER=wss://myquayenterprise -v /path/to/ssl/rootCA.pem:/usr/local/share/ca-certificates/rootCA.pem -v /var/run/docker.sock:/var/run/docker.sock --entrypoint /bin/sh quay.io/coreos/quay-builder:v2.9.2 -c '/usr/sbin/update-ca-certificates && quay-builder'
56+
docker run --restart on-failure -e SERVER=wss://myquayenterprise -v /path/to/ssl/rootCA.pem:/usr/local/share/ca-certificates/rootCA.pem -v /var/run/docker.sock:/var/run/docker.sock --entrypoint /bin/sh quay.io/coreos/quay-builder:v2.9.3 -c '/usr/sbin/update-ca-certificates && quay-builder'
5757
```
5858

5959
### Setup GitHub build (optional)

quay-enterprise/configure-syslog-ng.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Restart the Quay Enterprise container:
2626

2727
```
2828
$ docker ps
29-
0f6c27088c32 quay.io/coreos/quay:v2.9.2 "/sbin/my_init" 27 hours ago Up 3 hours 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 8443/tcp epic_banach
29+
0f6c27088c32 quay.io/coreos/quay:v2.9.3 "/sbin/my_init" 27 hours ago Up 3 hours 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 8443/tcp epic_banach
3030
3131
docker restart 0f6c27088c32
3232
```

quay-enterprise/initial-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The `config.json` file will look like this:
4646
}
4747
```
4848

49-
`config.json` contains your credentials for the `quay.io/coreos/quay` repository. Save this file to your Container Linux machine in `/home/core/.docker/config.json` and `/root/.docker/config.json`. You should now be able to execute `docker pull quay.io/coreos/quay:v2.9.2` to download the container.
49+
`config.json` contains your credentials for the `quay.io/coreos/quay` repository. Save this file to your Container Linux machine in `/home/core/.docker/config.json` and `/root/.docker/config.json`. You should now be able to execute `docker pull quay.io/coreos/quay:v2.9.3` to download the container.
5050

5151
## Setting up the directories
5252

@@ -62,7 +62,7 @@ mkdir config
6262
Run the following command, replacing `/local/path/to/the/config/directory` and `/local/path/to/the/storage/directory` with the absolute paths to the directories created above:
6363

6464
```
65-
sudo docker run --restart=always -p 443:443 -p 80:80 --privileged=true -v /local/path/to/the/config/directory:/conf/stack -v /local/path/to/the/storage/directory:/datastorage -d quay.io/coreos/quay:v2.9.2
65+
sudo docker run --restart=always -p 443:443 -p 80:80 --privileged=true -v /local/path/to/the/config/directory:/conf/stack -v /local/path/to/the/storage/directory:/datastorage -d quay.io/coreos/quay:v2.9.3
6666
```
6767

6868
<img src="img/db-setup-full.png" class="img-center" alt="Quay Enterprise Setup Screen"/>

quay-enterprise/insert-custom-cert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Obtain the quay container's `CONTAINER ID` with `docker ps`:
3434
```
3535
$ docker ps
3636
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
37-
5a3e82c4a75f quay.io/coreos/quay:v2.9.2 "/sbin/my_init" 24 hours ago Up 18 hours 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 8443/tcp grave_keller
37+
5a3e82c4a75f quay.io/coreos/quay:v2.9.3 "/sbin/my_init" 24 hours ago Up 18 hours 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 8443/tcp grave_keller
3838
```
3939

4040
Restart the container with that ID:

quay-enterprise/tectonic/files/quay-enterprise-app-rc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
secretName: quay-enterprise-config-secret
2323
containers:
2424
- name: quay-enterprise-app
25-
image: quay.io/coreos/quay:v2.9.2
25+
image: quay.io/coreos/quay:v2.9.3
2626
ports:
2727
- containerPort: 80
2828
volumeMounts:

0 commit comments

Comments
 (0)