File tree Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Expand file tree Collapse file tree 3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ For running and debugging the images:
4949## Image location
5050
5151Downloaded images are stored into ~ /.cache/cockpit-images/ by default. If you
52- want to change that, you can set the ` cockpit.bots.images-data-dir ` variable
53- with ` git config ` to a directory where to store the pristine virtual machine
54- images. For example:
52+ want to change that, you can set ` $COCKPIT_IMAGES_DATA_DIR ` or the
53+ ` cockpit.bots.images-data-dir ` variable with ` git config ` to a directory where
54+ to store the pristine virtual machine images. For example:
5555
5656 git config cockpit.bots.images-data-dir /srv/cockpit/images
5757
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ remote, for example with
2020
2121## Setting up development container
2222
23- The cockpit team maintains a [ cockpit/tasks container] ( https://quay .io/repository/ cockpit/tasks )
23+ The cockpit team maintains a [ cockpit/tasks container] ( https://ghcr .io/cockpit-project /tasks )
2424for both local development and CI. If you can install [ toolbx] ( https://containertoolbx.org/ ) or
2525[ distrobox] ( https://distrobox.privatedns.org/ ) on your system, it is highly
2626recommended to do that:
@@ -41,7 +41,7 @@ recommended to do that:
4141
42422 . Create a development toolbox for Cockpit
4343
44- toolbox create --image quay .io/cockpit/tasks -c cockpit
44+ toolbox create --image ghcr .io/cockpit-project /tasks -c cockpit
4545
46463 . Enter the toolbox:
4747
@@ -55,7 +55,7 @@ toolbox container. If desired, you can install additional packages with
5555The Cockpit team occasionally refreshes the ` tasks ` container image.
5656To re-create your development container from the latest image, run:
5757
58- podman pull quay .io/cockpit/tasks
58+ podman pull ghcr .io/cockpit-project /tasks
5959 toolbox rm cockpit
6060
6161...and then repeat steps 2 and 3 from above.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You first need to build cockpit, and install it into a VM:
2525
2626 test/image-prepare
2727
28- This uses the default OS image, which is currently Fedora 38 . See ` $TEST_OS `
28+ This uses the default OS image, which is currently Fedora 39 . See ` $TEST_OS `
2929below how to select a different one.
3030
3131In most cases you want to run an individual test in a suite, for example:
@@ -98,7 +98,7 @@ Pixel tests make a screenshot of a selector and compare it to a known good
9898reference image. if there is a difference, the test fails and a pixel
9999difference is shown.
100100
101- This works as our tests run in the [ cockpit/tasks container] ( https://quay .io/repository/ cockpit/tasks )
101+ This works as our tests run in the [ cockpit/tasks container] ( https://ghcr .io/cockpit-project /tasks )
102102which pins the browser and font rendering so repeated runs provide the same
103103pixels. To generate new pixels, this tasks container must be used; your own
104104browser and font rendering software might generate different results. For more
@@ -158,16 +158,13 @@ to push pixel tests.
158158You can set these environment variables to configure the test suite:
159159
160160 TEST_OS The OS to run the tests in. Currently supported values:
161- "centos-8 -stream"
161+ "centos-9 -stream"
162162 "debian-stable"
163163 "debian-testing"
164- "fedora-38"
165164 "fedora-39"
165+ "fedora-40"
166166 "fedora-coreos"
167- "fedora-testing"
168- "rhel-8-10"
169- "rhel-8-10-distropkg"
170- "rhel-9-3"
167+ "rhel-9-4"
171168 "rhel4edge",
172169 "ubuntu-2204"
173170 "ubuntu-stable"
You can’t perform that action at this time.
0 commit comments