Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Post FOSS Dockerfiles refactoring, take 1 #166

Merged
merged 20 commits into from
Oct 8, 2023

Conversation

hatemosphere
Copy link
Member

@hatemosphere hatemosphere commented Oct 5, 2023

What ❔

  • Prettifies Dockerfiles
  • Removes some unnecessary dependencies on running something outside of Docker build (there are still some, though)

Why ❔

To make a simple docker build command work without any additional hacks

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.

@hatemosphere hatemosphere requested a review from a team as a code owner October 5, 2023 17:14
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f98c4fa) 31.58% compared to head (e86cdd2) 31.58%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #166   +/-   ##
=======================================
  Coverage   31.58%   31.58%           
=======================================
  Files         478      478           
  Lines       25463    25463           
=======================================
  Hits         8043     8043           
  Misses      17420    17420           

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

otani88
otani88 previously approved these changes Oct 6, 2023
@hatemosphere hatemosphere enabled auto-merge October 6, 2023 06:17
@hatemosphere hatemosphere requested a review from a team as a code owner October 6, 2023 07:14
Deniallugo
Deniallugo previously approved these changes Oct 6, 2023
docker/prover/Dockerfile Show resolved Hide resolved
docker/prover/Dockerfile Outdated Show resolved Hide resolved
perekopskiy
perekopskiy previously approved these changes Oct 6, 2023
@hatemosphere hatemosphere changed the title feat: Self-contained Dockerfiles chore: Self-contained Dockerfiles Oct 6, 2023
hatemosphere and others added 6 commits October 6, 2023 10:15
# What ❔

Uses PAT token for release please.

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

To allow other workflows to be triggered by tags creation.
<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
github-actions bot and others added 3 commits October 6, 2023 12:20
🤖 I have created a release *beep* *boop*
---


##
[15.1.1](core-v15.1.0...core-v15.1.1)
(2023-10-05)


### Bug Fixes

* use gauge instead histogram for replication lag metric
([#159](#159))
([0d952d4](0d952d4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Danil <[email protected]>
# What ❔

* TracerExecutionStatus and TracerExecutionStopReason are part of the
ExecutionEndTracer trait, but they were not publicly available.

## Why ❔

* This breaks external implementations of the ExecutionEndTracer
@hatemosphere hatemosphere changed the title chore: Self-contained Dockerfiles feat: Post FOSS Dockerfiles refactoring, take 1 Oct 6, 2023
@hatemosphere hatemosphere added this pull request to the merge queue Oct 8, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 8, 2023
@hatemosphere hatemosphere added this pull request to the merge queue Oct 8, 2023
Merged via the queue into main with commit 99b8aad Oct 8, 2023
@hatemosphere hatemosphere deleted the self-contained-dockerfiles branch October 9, 2023 06:01
Oppen referenced this pull request in lambdaclass/zksync-era Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants