Using docker-slim for third-party image like airbyte, airflow #259
Unanswered
rajeshjatavkonvergeai
asked this question in
Q&A
Replies: 1 comment
-
@rajeshjatavkonvergeai the airbyte/worker doesn't have any network ports declared in its Dockerfile, which is often the case with the CLI apps. Makes sense that the airbyte worker is not a server app :) For the CLI apps you need to disable http probing. That's one of the options mentioned in the error message, so you'd need to run DS like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would docker-slim also work for third-party images like airbyte? If yes, then how to slim it. Actually, I tried to slim it by docker-slim. I got the following error

So please suggest how to slim third-party images?
Beta Was this translation helpful? Give feedback.
All reactions