-
Notifications
You must be signed in to change notification settings - Fork 3k
Added curl to the iceberg rest fixture Docker image #11688 #11705
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
Conversation
|
@dominikhei Thanks for working on this. As you already suggested, it would be good to also clean up afterward, see best practices of Docker: https://docs.docker.com/build/building/best-practices/#apt-get |
|
@Fokko I updated the PR! |
|
@dominikhei if we're going to add curl, shouldn't we setup the healthcheck as well? It seems like it would make sense to tie this addition with its usage. |
|
@danielcweeks let me know if it is fine if I just probe the |
|
@Fokko Sorry, I did not see your message so far, thank you for the detailed explanation. I there anything left to do? |
Fokko
left a comment
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.
@dominikhei No, this all looks good, thanks for working on this @dominikhei 🙌
- Switch to the `apache/iceberg-rest-fixture` - That contains now a healthcheck: apache/iceberg#11705 - Update docs to point to Orbstack, native Docker doesn't work (today)
- Switch to the `apache/iceberg-rest-fixture` - That contains now a healthcheck: apache/iceberg#11705 - Update docs to point to Orbstack, native Docker doesn't work (today)
- Switch to the `apache/iceberg-rest-fixture` - That contains now a healthcheck: apache/iceberg#11705 - Update docs to point to Orbstack, native Docker doesn't work (today)
- Switch to the `apache/iceberg-rest-fixture` - That contains now a healthcheck: apache/iceberg#11705 - Update docs to point to Orbstack, native Docker doesn't work (today)
- Switch to the `apache/iceberg-rest-fixture` - That contains now a healthcheck: apache/iceberg#11705 - Update docs to point to Orbstack, native Docker doesn't work (today)
* Added command to install curl * Added command to cleanup apt cache * Added health probing * Update healthcheck --------- Co-authored-by: Fokko Driesprong <fokko@apache.org>
Closes #11688
I have added curl to the docker image. If you want me to adjust the contribution in any way, e.g to also clean up the package cache to save space, let me know.