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
5bcbc875
Unverified
Commit
5bcbc875
authored
Mar 03, 2022
by
Matthew Slipper
Committed by
GitHub
Mar 03, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2245 from ethereum-optimism/sc/fix-healthcheck
fix(rhc): fix dockerfile bug
parents
65f4514e
dad644b4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
early-pans-provide.md
.changeset/early-pans-provide.md
+5
-0
publish-canary.yml
.github/workflows/publish-canary.yml
+1
-1
Dockerfile.replica-healthcheck
ops/docker/Dockerfile.replica-healthcheck
+5
-0
No files found.
.changeset/early-pans-provide.md
0 → 100644
View file @
5bcbc875
---
'
@eth-optimism/replica-healthcheck'
:
patch
---
Fix bug in replica healthcheck dockerfile
.github/workflows/publish-canary.yml
View file @
5bcbc875
...
...
@@ -345,7 +345,7 @@ jobs:
build-args
:
BUILDER_TAG=${{ needs.builder.outputs.canary-docker-tag }}
replica-healthcheck
:
name
:
Publish
Data Transport Layer
Version ${{ needs.builder.outputs.canary-docker-tag }}
name
:
Publish
Replica Healthcheck
Version ${{ needs.builder.outputs.canary-docker-tag }}
needs
:
builder
if
:
needs.builder.outputs.replica-healthcheck != ''
runs-on
:
ubuntu-latest
...
...
ops/docker/Dockerfile.replica-healthcheck
View file @
5bcbc875
...
...
@@ -19,6 +19,11 @@ COPY --from=builder /optimism/packages/core-utils/dist ./packages/core-utils/dis
COPY --from=builder /optimism/packages/common-ts/package.json ./packages/common-ts/package.json
COPY --from=builder /optimism/packages/common-ts/dist ./packages/common-ts/dist
COPY --from=builder /optimism/packages/contracts/package.json ./packages/contracts/package.json
COPY --from=builder /optimism/packages/contracts/deployments ./packages/contracts/deployments
COPY --from=builder /optimism/packages/contracts/dist ./packages/contracts/dist
COPY --from=builder /optimism/packages/contracts/artifacts ./packages/contracts/artifacts
# copy the service
WORKDIR /opt/optimism/packages/replica-healthcheck
COPY --from=builder /optimism/packages/replica-healthcheck/dist ./dist
...
...
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