1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00

98 Commits

Author SHA1 Message Date
OpenShift Cherrypick Robot
361b95d801 [redhat-3.13] chore: move github runners to ubuntu-22.04 (PROJQUAY-8805) (#3790)
This is an automated cherry-pick of #3783

---------

Co-authored-by: Sunandadadi <sunanda.3094@gmail.com>
2025-04-16 15:07:36 -04:00
OpenShift Cherrypick Robot
460f4f8451 [redhat-3.13] chore: Change in the CIDR for Z (#3696)
chore: Change in the CIDR for Z

Co-authored-by: sivaramsingana <47631665+sivaramsingana@users.noreply.github.com>
2025-03-05 13:09:34 -05:00
OpenShift Cherrypick Robot
fceab15a5b [redhat-3.13] chore: fix for wide open ssh for vsi for Z (#3644)
fix for wide open ssh for vsi

Co-authored-by: sivaramsingana <47631665+sivaramsingana@users.noreply.github.com>
2025-02-07 08:53:14 -05:00
OpenShift Cherrypick Robot
ff77a0d5d9 [redhat-3.13] updating actions/upload-artifact to v4 (#3601)
updating actions/upload-artifact to v4

Co-authored-by: bcaton <bcaton@redhat.com>
2025-01-30 13:55:35 -05:00
OpenShift Cherrypick Robot
03e7a1d9c7 [redhat-3.13] dep: upgrading actions/download-artifact to v4 (PROJQUAY-8379) (#3531)
upgrading actions/download-artifact to v4

Co-authored-by: bcaton <bcaton@redhat.com>
2025-01-02 17:38:03 +00:00
OpenShift Cherrypick Robot
960d3a84e7 [redhat-3.13] chore: Bump config-tool to go 1.21 (#3282)
Bump config-tool to go 1.21

Signed-off-by: harishsurf <hgovinda@redhat.com>
Co-authored-by: harishsurf <hgovinda@redhat.com>
2024-10-02 18:50:11 +00:00
sivaramsingana
3181dfc93e build(deps): reverting back the support for s390x which has been removed temporarily(PROJECTQUAY-7960) (#3180)
Reverting back the support for s390x which has been removed temporarily( #3157 )
2024-09-24 09:14:57 -04:00
Modassar Rana
40499d861b task: Temporary remove s390x support (PROJQUAY-7673) (#3140)
Update build-and-publish.yaml

Removed s390x changes temporarily . Updating s390x instance with sudo user & same will be updated in this workflow
2024-08-22 12:36:28 +05:30
Ivan Bazulic
3e1f171895 chore: Fix prepare-release.yaml to properly modify changelog URL (#3127)
Previous version of the workflow created a changelog whose URL pointed to an old QUay release. This should set the changelog URL to the branch version that the changelog is generated for.
2024-08-09 11:20:37 -04:00
Marcus Kok
f66574bc7f chore: change docker-compose to 'docker compose' (#3109)
change docker-compose to 'docker compose'
2024-08-05 14:02:19 -04:00
Oleg Bulatov
98c44a1858 chore: remove unused jwt image (#2946) 2024-06-12 15:40:17 +00:00
Kenny Lee Sin Cheong
4546163e83 registry: implements the OCI 1.1 referrers API (PROJQUAY-7280) (#2597)
* registry: implements the OCI 1.1 referrers API

Migrations:
- Adds a subject column for lookup
- Adds a subject_backfilled column to track status of the backfilling
of existing manifests
- Adds a manifest_json column making use of postgres' JSONB support,
for future use.

Manifestsubjectbackfillworker: Indexes existing manifests for possible
existing subject field.

* Deprecate IGNORE_UNKNOWN_MEDIATYPES

* Cleanup
2024-06-07 13:28:13 -04:00
Oleg Bulatov
42d0889e31 chore: Bump codecov/codecov-action to v4 (#2881) 2024-05-16 15:53:54 +00:00
Yussuf Shaikh
84ac7f2089 chore: amd64 nightly: add libpq-dev to fix issue while installing psycopg2 (#2642) 2024-02-13 18:28:09 +01:00
Oleg Bulatov
1abeb33607 Create codeql.yml 2024-02-05 15:53:17 +01:00
Brandon Caton
1676cc04e5 autoprune: UI settings (PROJQUAY-6097) (#2399)
Adds auto-prune configuration to user and organization settings.
2023-10-11 13:48:55 -04:00
Oleg Bulatov
cd44497408 chore: add hack/update-requirements-build.sh (#2384) 2023-10-10 11:42:57 +02:00
Yussuf Shaikh
41d49eb6a4 chore: preinstall grpcio for Z (#2263)
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
2023-09-26 21:21:22 +05:30
Yussuf Shaikh
6bdb1147a0 chore: fix missing grpc build with openssl for Z (#2262)
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
2023-09-26 10:58:49 +02:00
Yussuf Shaikh
e1e98e9631 chore: fix failing nightly and also use ssh action for ppc64le (#2261)
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
2023-09-26 08:44:34 +02:00
Yussuf Shaikh
bda3de656b chore: remove set buildx rc version as not needed anymore (#2162) 2023-08-26 11:17:50 +02:00
Oleg Bulatov
e72773bbce chore: add cypress tests for config-tool (#2152) 2023-08-25 17:14:06 +02:00
Oleg Bulatov
5c87154009 chore: upload coverage reports to Codecov (#2150) 2023-08-22 09:36:53 +00:00
Yussuf Shaikh
cf687a619f chore: fix s390x nightly ci (#2138)
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
2023-08-21 10:49:36 +00:00
Yussuf Shaikh
35d2708583 chore: fix ppc64le nightly test run (#2134)
Use PyYAML==6.0.1 which requires Cython<3.0 just for running tests.

Preinstall rustc cargo pkg-config required for building cryptography on ppc64le.

Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
2023-08-16 11:45:06 +00:00
Yussuf Shaikh
700884f462 core: fix nightly test failures (#2133)
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
2023-08-16 10:44:23 +02:00
Oleg Bulatov
4363c51667 chore: run pre-commit checks only on pull requests (#2129) 2023-08-14 18:00:47 +00:00
Sai Deekshith
309c007b0f chore: updated build-and-publish for s390x (#2098)
* chore: updated build-and-publish for s390x

Signed-off-by: Sai Deekshith Kotakonda <Sai.Deekshith.Kotakonda@ibm.com>

* chore: updated build-and-publish for s390x

Signed-off-by: Sai Deekshith Kotakonda <Sai.Deekshith.Kotakonda@ibm.com>

---------

Signed-off-by: Sai Deekshith Kotakonda <Sai.Deekshith.Kotakonda@ibm.com>
Co-authored-by: Sai Deekshith Kotakonda <Sai.Deekshith.Kotakonda@ibm.com>
2023-08-07 19:36:21 +02:00
Oleg Bulatov
e5d7fc57a6 chore: Run pre-commit checks on pull requests (#1978)
* chore: Run pre-commit check on pull requests

* chore: Resolve typescript imports relative to ./web
2023-08-04 15:49:16 +02:00
Oleg Bulatov
9c4f0be885 build(deps): bump golang.org/x/net (PROJQUAY-5339) (#2091)
* config-tool: bump golang.org/x/net (PROJQUAY-5339)

* chore: Add lint job for config-tool
2023-08-02 09:36:57 -04:00
Oleg Bulatov
efc3206da7 chore: Merge config-tool/.github into .github 2023-07-31 17:28:58 +02:00
Oleg Bulatov
8f8fff74f3 chore: Do not require ticket for build(deps-dev) (#2037) 2023-07-21 19:39:05 +00:00
Oleg Bulatov
2fbc7a09f8 chore: Fix regexp in pull_request_linting.yaml (#2026) 2023-07-20 16:43:14 +00:00
Oleg Bulatov
380aa7770c chore: Use conventional-commit-checker-action for Jira check (PROJQUAY-5672) (#1990)
As we agreed to put the Jira ticket only into the commit title, we can
remove neofinancial/ticket-check-action and use only
conventional-commit-checker-action.
2023-06-28 13:47:51 +02:00
Modassar Rana
1046cb61e3 Update CI-nightly.yaml (#1992)
Testing job is getting skipped for forked repo
2023-06-26 11:37:37 +02:00
Sai Deekshith
64fe64fda2 chore:Updated checks for s390x ZVSI builder (#1987)
Signed-off-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>
Co-authored-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>
2023-06-22 19:57:14 +02:00
Modassar Rana
701f220578 ZVSI Cleanup process updated with new region details in Nightly CI (#1986)
* Update CI-nightly.yaml

* Update CI-nightly.yaml

* Update CI-nightly.yaml

* Update CI-nightly.yaml

* Update CI-nightly.yaml
2023-06-21 18:05:02 +02:00
Oleg Bulatov
d622a788d7 chore: Unhandled exceptions should not occur during OCI conformance tests (#1984) 2023-06-20 16:36:14 +02:00
Sai Deekshith
6c26a591e3 chore: updated secrets and added status of ZVSI (#1981)
Signed-off-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>
Co-authored-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>
2023-06-20 01:24:46 +02:00
Modassar Rana
6ed66a8ee1 Added nightly ci (#1965)
* Create CI-nightly.yaml

* Update CI-nightly.yaml

* Update CI-nightly.yaml

Removed ssh builder for s390x , as it is not required
2023-06-16 14:56:19 +02:00
Oleg Bulatov
6d7c6d7332 chore: Use buildx v0.11.0-rc2 (#1960) 2023-06-09 17:18:07 +02:00
Oleg Bulatov
3b58804172 chore: Get REGISTRY from GitHub secrets (#1958) 2023-06-09 10:22:12 +02:00
Oleg Bulatov
bad80f11ed chore: Disable provenance for Quay images (#1955) 2023-06-08 16:13:52 +02:00
Sai Deekshith
1a96bd2f29 chore: updated s390x builder (#1931)
* chore: updated s390x builder

Signed-off-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>

* chore: updated s390x builder

Signed-off-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>

* chore: updated s390x builder

Signed-off-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>

* chore: updated s390x builder

Signed-off-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>

---------

Signed-off-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>
Co-authored-by: Sai Deekshith Kotakonda <sai.deekshith.kotakonda@ibm.com>
2023-06-06 13:02:31 +02:00
Yussuf Shaikh
6a664d8cb0 chore: update ppc64le builder (#1904)
Signed-off-by: Yussuf Shaikh <yussuf.shaikh1@ibm.com>
2023-05-24 12:12:45 +02:00
Oleg Bulatov
8e326f278c chore: Use external builders (#1898) 2023-05-23 22:03:48 +02:00
Oleg Bulatov
53e4394272 chore: Remove Docker Build jobs (PROJQUAY-5519) (#1888)
* chore: Use recent versions of GitHub Actions

* chore: Extract hack/verify-requirements.sh

* chore: Remove Docker Builds from CI and keep Cypress Tests

* chore: Use cypress-io/github-action@v5
2023-05-18 16:45:42 +02:00
Oleg Bulatov
80602e0421 chore: Fix UI tests (PROJQUAY-5424) (#1858) 2023-05-05 17:52:27 +02:00
Oleg Bulatov
58e0958c67 chore: Pin distribution-spec conformance tests (#1809) 2023-03-27 17:37:15 +02:00
Modassar Rana
618945b607 Added support for IBMZ (#1737)
Updated support for Z
2023-02-17 15:04:04 +01:00