Skip to content

Commit

Permalink
Update Dockerfiles (#10915)
Browse files Browse the repository at this point in the history
* Remove references to packages deleted

* Remove circleci dockerfiles and workflow

* Delete reference to patches folder
  • Loading branch information
jcortejoso authored and lvpeschke committed Feb 26, 2024
1 parent e2afd56 commit d966b20
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 188 deletions.
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

0 comments on commit d966b20

Please sign in to comment.