Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
377a7056
Commit
377a7056
authored
Feb 01, 2023
by
Will Cory
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
♻
ascii remove
parent
ac49af2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
Dockerfile.packages
ops/docker/Dockerfile.packages
+0
-31
No files found.
ops/docker/Dockerfile.packages
View file @
377a7056
...
...
@@ -2,12 +2,6 @@
# be used to build any of the follow-on services
#
# ░██████╗████████╗░█████╗░░██████╗░███████╗ ░█████╗░
# ██╔════╝╚══██╔══╝██╔══██╗██╔════╝░██╔════╝ ██╔══██╗
# ╚█████╗░░░░██║░░░███████║██║░░██╗░█████╗░░ ██║░░██║
# ░╚═══██╗░░░██║░░░██╔══██║██║░░╚██╗██╔══╝░░ ██║░░██║
# ██████╔╝░░░██║░░░██║░░██║╚██████╔╝███████╗ ╚█████╔╝
# ╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝░╚═════╝░╚══════╝ ░╚════╝░
# Stage 0 (named `manifests`) collects
# dependency manifest files (`package.json` and `yarn.lock`) which are then
# used by stage 1 to install these dependencies
...
...
@@ -34,19 +28,6 @@ RUN mkdir manifests && \
# .nvmrc
cp .nvmrc ../manifests/
# ░██████╗████████╗░█████╗░░██████╗░███████╗ ░░███╗░░
# ██╔════╝╚══██╔══╝██╔══██╗██╔════╝░██╔════╝ ░████║░░
# ╚█████╗░░░░██║░░░███████║██║░░██╗░█████╗░░ ██╔██║░░
# ░╚═══██╗░░░██║░░░██╔══██║██║░░╚██╗██╔══╝░░ ╚═╝██║░░
# ██████╔╝░░░██║░░░██║░░██║╚██████╔╝███████╗ ███████╗
# ╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝░╚═════╝░╚══════╝ ╚══════╝
# ██╗███╗░░██╗░██████╗████████╗░█████╗░██╗░░░░░██╗░░░░░ ██████╗░███████╗██████╗░░██████╗
# ██║████╗░██║██╔════╝╚══██╔══╝██╔══██╗██║░░░░░██║░░░░░ ██╔══██╗██╔════╝██╔══██╗██╔════╝
# ██║██╔██╗██║╚█████╗░░░░██║░░░███████║██║░░░░░██║░░░░░ ██║░░██║█████╗░░██████╔╝╚█████╗░
# ██║██║╚████║░╚═══██╗░░░██║░░░██╔══██║██║░░░░░██║░░░░░ ██║░░██║██╔══╝░░██╔═══╝░░╚═══██╗
# ██║██║░╚███║██████╔╝░░░██║░░░██║░░██║███████╗███████╗ ██████╔╝███████╗██║░░░░░██████╔╝
# ╚═╝╚═╝░░╚══╝╚═════╝░░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚══════╝ ╚═════╝░╚══════╝╚═╝░░░░░╚═════╝░
FROM ethereumoptimism/foundry:latest as foundry
FROM node:16-alpine3.14 as base
...
...
@@ -88,23 +69,11 @@ COPY *.json ./
RUN yarn install --frozen-lockfile && yarn cache clean
# ██████╗░██╗░░░██╗██╗██╗░░░░░██████╗░
# ██╔══██╗██║░░░██║██║██║░░░░░██╔══██╗
# ██████╦╝██║░░░██║██║██║░░░░░██║░░██║
# ██╔══██╗██║░░░██║██║██║░░░░░██║░░██║
# ██████╦╝╚██████╔╝██║███████╗██████╔╝
# ╚═════╝░░╚═════╝░╚═╝╚══════╝╚═════╝░
COPY ./packages ./packages
COPY ./integration-tests ./integration-tests
RUN yarn build
#j███████╗██╗███╗░░██╗░█████╗░██╗░░░░░ ██╗███╗░░░███╗░█████╗░░██████╗░███████╗░██████╗
#j██╔════╝██║████╗░██║██╔══██╗██║░░░░░ ██║████╗░████║██╔══██╗██╔════╝░██╔════╝██╔════╝
#j█████╗░░██║██╔██╗██║███████║██║░░░░░ ██║██╔████╔██║███████║██║░░██╗░█████╗░░╚█████╗░
#j██╔══╝░░██║██║╚████║██╔══██║██║░░░░░ ██║██║╚██╔╝██║██╔══██║██║░░╚██╗██╔══╝░░░╚═══██╗
#j██║░░░░░██║██║░╚███║██║░░██║███████╗ ██║██║░╚═╝░██║██║░░██║╚██████╔╝███████╗██████╔╝
#j╚═╝░░░░░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝╚══════╝ ╚═╝╚═╝░░░░░╚═╝╚═╝░░╚═╝░╚═════╝░╚══════╝╚═════╝░
FROM base as actor-tests-bedrock
WORKDIR /opt/optimism/packages/actor-tests
ENTRYPOINT ["yarn", "run:bedrock"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment