0xPolygon / kurtosis-cdk

A Kurtosis package that deploys a private, portable, and modular Polygon CDK devnet
https://docs.polygon.technology/cdk
Apache License 2.0
42 stars 72 forks source link

feat: enhance management of custom docker images #91

Closed leovct closed 5 months ago

leovct commented 5 months ago

Description

Currently, we manage three custom Docker images for deploying the CDK stack: one housing various zkevm contracts (each fork tagged separately), another adapting the bridge UI to accommodate relative URLs, and a third for applying workloads.

The aim is to:

Other

References (if applicable)

https://polygon.atlassian.net/browse/DVT-1467

Test

I enabled the CI to run on this PR. I'll remove it once we've tested that we can build and successfully send images to our GCR.

---
name: Docker Image Builder Cron

on:
  schedule:
    - cron: '0 6 * * 1'  # Every Monday at 6 AM Paris time (UTC+2).
  workflow_dispatch:
  pull_request: # TODO: Remove this. This is just for testing purposes.

...

Jobs are progressing and images are being built.

Screenshot 2024-04-26 at 12 20 31

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud