0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -05:00
zot/pkg
Andrei Aaron 8553712613
chore: upgrade trivy to v0.55.2 and update the logic of waiting for zot to start in some jobs (#2685)
chore: upgrade trivy to v0.55.2, also update the logic of waiting for zot to start in some jobs

Seems like there's an increate in the time zot requires to start before servicing requests.
From my GitHub observations it is better check using curl instead of relying on hardcoded 5s or 10s values.

The logic in .github/workflows/cluster.yaml seems to be old and out of date.
Even on main right now there is only 1 our of 3 zots actualy running.
The other 2 are actually erroring: Error: operation timeout: boltdb file is already in use, path '/tmp/zot/cache.db'
This is unrelated to this PR, I am seeing the same issue in the olders workflow runs still showing the logs

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
2024-09-30 10:37:53 -07:00
..
api chore: update go.mod deps (#2609) 2024-08-13 11:28:51 -07:00
cli chore: update go.mod deps (#2610) 2024-08-14 13:09:45 -07:00
cluster feat(sync): support for periodic repo sync in scale-out cluster (#2424) 2024-05-31 09:25:34 -07:00
common ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
compliance ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
debug ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
exporter ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
extensions chore: upgrade trivy to v0.55.2 and update the logic of waiting for zot to start in some jobs (#2685) 2024-09-30 10:37:53 -07:00
log ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
meta fix: work around AWS S3 limits (#2629) 2024-09-12 08:26:43 -07:00
regexp chore(trivy): update trivy version and enforce OCI compliant repo names in local image storage (#1068) 2023-01-18 08:24:44 -08:00
requestcontext refactor: rename go module from zotregistry.io/zot to zotregistry.dev/zot (#2187) 2024-01-31 20:34:07 -08:00
retention ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
scheduler ci(deps): upgrade golangci-lint (#2556) 2024-07-29 10:32:51 -07:00
storage fix(gc): gc now removes blob uploads which have not changed within the gc delay interval (#2599) 2024-08-12 11:58:46 -07:00
test fix(gc): gc now removes blob uploads which have not changed within the gc delay interval (#2599) 2024-08-12 11:58:46 -07:00