You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/proc_deploy_quay_single.adoc
+3-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ in link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8
27
27
# yum update -y
28
28
....
29
29
30
-
. **Add Quay.io authentication**: Set up authentication to Quay.io, so you can pull the quay container, as described in link:https://access.redhat.com/solutions/3533201[Accessing {productname} without a CoreOS login].
30
+
ifdef::downstream[]
31
+
. **Add registry.redhat.io authentication**: Set up authentication to registry.redhat.io, so you can pull the quay container, as described in link:https://access.redhat.com/RegistryAuthentication[Red Hat Container Registry Authentication]. Note that this differs from earlier {productname} releases where the images were hosted on quay.io.
32
+
endif::downstream[]
31
33
32
34
. **Setup Docker**: Install, enable, and start the docker service as shown here (see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/getting_started_with_containers/index#getting_docker_in_rhel_7[Getting Docker in RHEL 7] for details):
Copy file name to clipboardexpand all lines: modules/proc_manage-clairv4.adoc
+5-5
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This will produce a simple JSON response with the percentage of completed manife
47
47
48
48
[source,json]
49
49
```
50
-
{"backfill_percent": 73.4}}
50
+
{"backfill_percent": 73.4}
51
51
```
52
52
53
53
Once the majority of the images in your registry have been scanned by Clair V4, the Clair V2 deployment should be removed entirely (both running containers and removal from config).
. Follow the remaining instructions from the previous section for configuring {productname} to use the new Clair V4 endpoint.
@@ -390,13 +390,13 @@ matcher:
390
390
. Export out the latest Updater data to a local archive. This requires the `clairctl` tool which can be run directly as a binary, or via the Clair container image. Assume your Clair configuration is in `/etc/clairv4/config/config.yaml`, to run via the container image:
Note that you need to explicitly reference the Clair configuration. This will create the Updater archive in `/etc/clairv4/updaters/updaters.gz`. If you want to ensure the archive was created without any errors from the source databases, you can supply the `--strict` flag to `clairctl`. The archive file should be copied over to a volume that is accessible from the disconnected host running Clair. From the disconnected host, use the same procedure now to import the archive into Clair.
0 commit comments