Skip to content

Build DNF5 containers on quay.io #329

Build DNF5 containers on quay.io

Build DNF5 containers on quay.io #329

Triggered via schedule December 21, 2024 04:20
Status Failure
Total duration 1m 37s
Artifacts
Matrix: Build and push image
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 24 warnings
Build and push image (dnf5-testing, 40)
Error: buildah exited with code 1 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:40... Getting image source signatures Copying blob sha256:f146bae9e2daa2fc8af2e55b95267e874fb9a3f7f12abd58eb686e018360c423 Copying blob sha256:f146bae9e2daa2fc8af2e55b95267e874fb9a3f7f12abd58eb686e018360c423 Copying config sha256:64fe2d69fffadd0155b449bf64fbb2bdee4dfbbee07202a004788c1a4469211f Writing manifest to image destination Storing signatures Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Importing GPG key 0xEC5EA8BC: Userid : "rpmsoftwaremanagement_dnf5-testing (None) <rpmsoftwaremanagement#[email protected]>" Fingerprint: 6E22 2CB2 8D7B 0208 34DF 9302 106F 0C2F EC5E A8BC From : https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf5-testing/pubkey.gpg Error: Transaction test error: file /etc/dnf/dnf.conf from install of libdnf5-5.2.8.1-2.fc40.x86_64 conflicts with file from package dnf-data-4.22.0-1.fc40.noarch error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1 time="2024-12-21T04:21:18Z" level=error msg="exit status 1"
Build and push image (dnf5-nightly, 38)
Error: buildah exited with code 1 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:38... Getting image source signatures Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281 Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281 Copying config sha256:3eda970c1318e5ea564134338746c04d86ae9817c3a0defdc138b8ccdf787285 Writing manifest to image destination Storing signatures Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 500, in _download_repo response = urlopen(self.copr_url + api_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 563, in error return self._call_chain(*args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: NOT FOUND During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/dnf", line 62, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 208, in user_main errcode = main(args) ^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 67, in main return _main(base, args, cli_class, option_parser_class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 106, in _main return cli_run(cli, base) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 122, in cli_run cli.run() File "/usr/lib/python3.11/site-packages/dnf/cli/cli.py", line 1057, in run return self.command.run() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 314, in run self._download_repo(project_name, repo_filename) File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 510, in _download_repo error_data_decoded = base64.b64decode(error_data).decode('utf-8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa5 in position 6: invalid start byte error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1 time="2024-12-21T04:21:35Z" level=error msg
Build and push image (dnf5-testing-nightly, 38)
Error: buildah exited with code 1 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:38... Getting image source signatures Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281 Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281 Copying config sha256:3eda970c1318e5ea564134338746c04d86ae9817c3a0defdc138b8ccdf787285 Writing manifest to image destination Storing signatures Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 500, in _download_repo response = urlopen(self.copr_url + api_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 563, in error return self._call_chain(*args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: NOT FOUND During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/dnf", line 62, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 208, in user_main errcode = main(args) ^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 67, in main return _main(base, args, cli_class, option_parser_class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 106, in _main return cli_run(cli, base) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 122, in cli_run cli.run() File "/usr/lib/python3.11/site-packages/dnf/cli/cli.py", line 1057, in run return self.command.run() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 314, in run self._download_repo(project_name, repo_filename) File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 510, in _download_repo error_data_decoded = base64.b64decode(error_data).decode('utf-8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa5 in position 6: invalid start byte error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1 time="2024-12-21T04:21:36Z" level=error msg
Build and push image (dnf5-testing, 39)
Error: buildah exited with code 1 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:39... Getting image source signatures Copying blob sha256:e39ecf0219034e4dde7889b117de47a4f052dcf6a8105346412a9c2507bbf3e6 Copying blob sha256:e39ecf0219034e4dde7889b117de47a4f052dcf6a8105346412a9c2507bbf3e6 Copying config sha256:c29ab042bd6da559d0cab51dd117b7ad8579ac6cd4661035df8a5ef2734be6e1 Writing manifest to image destination Storing signatures Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Importing GPG key 0xEC5EA8BC: Userid : "rpmsoftwaremanagement_dnf5-testing (None) <rpmsoftwaremanagement#[email protected]>" Fingerprint: 6E22 2CB2 8D7B 0208 34DF 9302 106F 0C2F EC5E A8BC From : https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf5-testing/pubkey.gpg Error: Transaction test error: file /etc/dnf/dnf.conf from install of libdnf5-5.2.8.1-1.fc39.x86_64 conflicts with file from package dnf-data-4.21.1-1.fc39.noarch error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1 time="2024-12-21T04:21:37Z" level=error msg="exit status 1"
Build and push image (dnf5-testing, 38)
Error: buildah exited with code 1 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:38... Getting image source signatures Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281 Copying blob sha256:95fe7b64e419f415e8175e1a4f65b41ddb69fdb5c5730a26abd9ffd4a50a1281 Copying config sha256:3eda970c1318e5ea564134338746c04d86ae9817c3a0defdc138b8ccdf787285 Writing manifest to image destination Storing signatures Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 500, in _download_repo response = urlopen(self.copr_url + api_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 563, in error return self._call_chain(*args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/usr/lib64/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: NOT FOUND During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/dnf", line 62, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 208, in user_main errcode = main(args) ^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 67, in main return _main(base, args, cli_class, option_parser_class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 106, in _main return cli_run(cli, base) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf/cli/main.py", line 122, in cli_run cli.run() File "/usr/lib/python3.11/site-packages/dnf/cli/cli.py", line 1057, in run return self.command.run() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 314, in run self._download_repo(project_name, repo_filename) File "/usr/lib/python3.11/site-packages/dnf-plugins/copr.py", line 510, in _download_repo error_data_decoded = base64.b64decode(error_data).decode('utf-8') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa5 in position 6: invalid start byte error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1 time="2024-12-21T04:21:40Z" level=error msg
Build and push image (dnf5-testing-nightly, 39)
Error: buildah exited with code 1 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:39... Getting image source signatures Copying blob sha256:e39ecf0219034e4dde7889b117de47a4f052dcf6a8105346412a9c2507bbf3e6 Copying blob sha256:e39ecf0219034e4dde7889b117de47a4f052dcf6a8105346412a9c2507bbf3e6 Copying config sha256:c29ab042bd6da559d0cab51dd117b7ad8579ac6cd4661035df8a5ef2734be6e1 Writing manifest to image destination Storing signatures Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Importing GPG key 0x32E1BB04: Userid : "rpmsoftwaremanagement_dnf5-testing-nightly (None) <rpmsoftwaremanagement#[email protected]>" Fingerprint: 832D 5C93 5FA1 68DD 04FA C350 7027 B99C 32E1 BB04 From : https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf5-testing-nightly/pubkey.gpg Error: Transaction test error: file /etc/dnf/dnf.conf from install of libdnf5-5.2.8.1-20241210011012.2.g11f965f1.fc39.x86_64 conflicts with file from package dnf-data-4.21.1-1.fc39.noarch error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1 time="2024-12-21T04:21:44Z" level=error msg="exit status 1"
Build and push image (dnf5-testing-nightly, 40)
Error: buildah exited with code 1 Resolved "fedora" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull registry.fedoraproject.org/fedora:40... Getting image source signatures Copying blob sha256:f146bae9e2daa2fc8af2e55b95267e874fb9a3f7f12abd58eb686e018360c423 Copying blob sha256:f146bae9e2daa2fc8af2e55b95267e874fb9a3f7f12abd58eb686e018360c423 Copying config sha256:64fe2d69fffadd0155b449bf64fbb2bdee4dfbbee07202a004788c1a4469211f Writing manifest to image destination Storing signatures Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at <https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr>, and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. Importing GPG key 0x32E1BB04: Userid : "rpmsoftwaremanagement_dnf5-testing-nightly (None) <rpmsoftwaremanagement#[email protected]>" Fingerprint: 832D 5C93 5FA1 68DD 04FA C350 7027 B99C 32E1 BB04 From : https://download.copr.fedorainfracloud.org/results/rpmsoftwaremanagement/dnf5-testing-nightly/pubkey.gpg Error: Transaction test error: file /etc/dnf/dnf.conf from install of libdnf5-5.2.8.1-20241221010220.19.gd51f6146.fc40.x86_64 conflicts with file from package dnf-data-4.22.0-1.fc40.noarch error building at STEP "RUN dnf -y update && dnf -y install 'dnf-command(copr)' && if [ "$NAME" == "dnf5-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/dnf-nightly ; fi && if [ "$NAME" == "dnf5-testing" ] || [ "$NAME" == "dnf5-testing-nightly" ]; then dnf copr -y enable rpmsoftwaremanagement/"$NAME" ; fi && dnf -y install dnf5 dnf-data dnf5-plugins && dnf4 -y remove 'dnf-command(copr)' && dnf4 clean all && dnf5 clean all": error while running runtime: exit status 1 time="2024-12-21T04:21:52Z" level=error msg="exit status 1"
Build and push image (dnf5-testing, 40)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5, latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5, rawhide)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing, rawhide)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-nightly, 41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing, latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5, 40)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-nightly, 38)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing-nightly, 38)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-nightly, rawhide)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing, 39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-nightly, 40)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing, 41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-nightly, latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing, 38)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing-nightly, 39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5, 38)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing-nightly, 40)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5, 39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-nightly, 39)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5, 41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing-nightly, latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing-nightly, 41)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build and push image (dnf5-testing-nightly, rawhide)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636