-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add builder Dockerfile #1305
Add builder Dockerfile #1305
Conversation
Update docker-compose and friends
Could you add it to |
Also fix Dockerfile wrong name.
This reverts commit ec87fb5.
depends_on: | ||
sequencer0: | ||
condition: process_healthy | ||
da_server: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason this doesn't have the condition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't sure what it could be, and it wasn't the most urgent issue at this time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@tbro Does the builder work for you in process compose and the docker demo? It looks like the necessary env vars are not set. |
Update docker-compose and friends. Build in CI.