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

chore(docker): remove outdated docker folder #1301

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ For installation and local development instructions, please see our [installatio
This repository is organized as Lerna submodules. Each submodule contains its
own unit tests.

- `audit`: Documentation surrounding the audit performed on v1
- `crypto`: low-level cryptographic operations.
- `circuits`: zk-SNARK circuits.
- `contracts`: Solidity contracts and deployment code.
Expand All @@ -60,13 +59,6 @@ own unit tests.

Please refer to the [testing documentation](https://maci.pse.dev/docs/testing) for more information.

### Docker

Run `docker build -t maci .` to build all stages.

To run a specific build step `docker build --target circuits -t maci .`
Note: a cached version of `builder` job must be on your system prior as it relies on existing artifacts

### CI pipeline

CI pipeline ensures that we have automated tests that constantly validate. For more information about pipeline workflows, [read our CI documentation](https://maci.pse.dev/docs/ci-pipeline).
Expand Down
53 changes: 0 additions & 53 deletions docker/Dockerfile

This file was deleted.

29 changes: 0 additions & 29 deletions docker/LightDockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions docker/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions docker/docker-compose.yml

This file was deleted.

9 changes: 0 additions & 9 deletions docker/docker_cmd.md

This file was deleted.

44 changes: 0 additions & 44 deletions docker/setup.sh

This file was deleted.

Loading