Closed phracek closed 5 months ago
[test-openshift]
Results are:
-----------------------------------------------
Running test test_latest_imagestreams (starting at 2024-06-10 07:54:44-04:00) ...
-----------------------------------------------
Tags in the image stream imagestreams/httpd-centos.json:
- 2.4-ubi8 -> registry.access.redhat.com/ubi8/httpd-24:latest
- 2.4-ubi9 -> registry.access.redhat.com/ubi9/httpd-24:latest
- 2.4-micro-el9 -> quay.io/sclorg/httpd-24-micro-c9s:latest
- latest -> 2.4-ubi9
Tags in the image stream imagestreams/httpd-rhel-aarch64.json:
- 2.4-ubi8 -> registry.redhat.io/ubi8/httpd-24:latest
- 2.4-ubi9 -> registry.redhat.io/ubi9/httpd-24:latest
- 2.4-el8 -> registry.redhat.io/rhel8/httpd-24:latest
- latest -> 2.4-ubi8
Tags in the image stream imagestreams/httpd-rhel.json:
- 2.4-ubi8 -> registry.redhat.io/ubi8/httpd-24:latest
- 2.4-ubi9 -> registry.redhat.io/ubi9/httpd-24:latest
- 2.4-el7 -> registry.redhat.io/rhscl/httpd-24-rhel7:latest
- 2.4-el8 -> registry.redhat.io/rhel8/httpd-24:latest
- 2.4 -> registry.redhat.io/rhscl/httpd-24-rhel7:latest
- latest -> 2.4-ubi8
Version to check is 2.4.
This pull request only adds show_all_imagestreams.py so it is working.
The file
show_all_imagestreams.py
shows all available imagestreams for this container, that are specified in the directoryimagestreams
.The example output will be seen in the next comment.