-
Notifications
You must be signed in to change notification settings - Fork 21
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
docker: bump celestia-da #82
Conversation
WalkthroughThe Dockerfile has been updated to change the base image from "ghcr.io/rollkit/celestia-da:v0.12.1-rc3" to "ghcr.io/rollkit/celestia-da:49633a0". This suggests a shift in the base image used for the container, possibly to a more recent or customized version. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- Dockerfile (1 hunks)
Additional comments: 1
Dockerfile (1)
- 3-3: The base image for
celestia-da
has been updated to a specific commit hash. Ensure that this commit hash corresponds to the intended stable version or includes the necessary features, such asSubmitOptions
.
3f3c32a
to
99d9a6d
Compare
The merge-base changed after approval.
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- Dockerfile (1 hunks)
Additional comments: 2
Dockerfile (2)
3-3: Ensure that the Docker image with the commit hash
49633a0
exists and includes the newSubmitOptions
feature.1-5: The rest of the Dockerfile remains unchanged and appears to be correctly configured to work with the new base image.
Overview
This PR updates
celestia-da
tov0.12.1
which includesSubmitOptions
.Checklist
Summary by CodeRabbit