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

Update Dockerfiles #10915

Merged
merged 3 commits into from
Jan 29, 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
96 changes: 0 additions & 96 deletions .github/workflows/container-circleci.yml

This file was deleted.

3 changes: 0 additions & 3 deletions dockerfiles/celotool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ COPY packages/celotool/package.json packages/celotool/
COPY packages/dev-utils/package.json packages/dev-utils/
COPY packages/env-tests/package.json packages/env-tests/package.json
COPY packages/protocol/package.json packages/protocol/
COPY packages/typescript/package.json packages/typescript/
COPY patches/ patches/
COPY scripts/ scripts/
# Makes build fail if it doesn't copy git, will be removed after build
COPY .git .git
Expand All @@ -38,7 +36,6 @@ COPY packages/dev-utils packages/dev-utils/
COPY packages/env-tests packages/env-tests
COPY packages/helm-charts packages/helm-charts
COPY packages/protocol packages/protocol/
COPY packages/typescript packages/typescript/

RUN yarn build

Expand Down
1 change: 0 additions & 1 deletion dockerfiles/circleci/.dockerignore

This file was deleted.

42 changes: 0 additions & 42 deletions dockerfiles/circleci/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions dockerfiles/circleci/circleci-node18/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions dockerfiles/circleci/node10-gcloud/Dockerfile

This file was deleted.

2 changes: 0 additions & 2 deletions dockerfiles/metadata-crawler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ RUN npm install -g typescript npm

COPY lerna.json package.json yarn.lock ./
COPY scripts scripts/
COPY packages/typescript packages/typescript/
COPY packages/sdk packages/sdk/
COPY packages/dev-utils packages/dev-utils/
COPY packages/metadata-crawler packages/metadata-crawler/

Expand Down
Loading