|
I want to build Dockerfile with |
Replies: 3 comments
|
You cannot use If you want to build a custom image that is compatible with the SDP operators you have to start with publicly available product images like: |
|
I'm sorry for the terse answer, I'm only on my phone. You'll need to follow the instructions from the README. Our base images are not published anywhere, they are only produced as intermediate artifacts during a build. We use the docker buildx bake functionality to build a kind of "dependency graph" between images. |
|
thank you! |
I'm sorry for the terse answer, I'm only on my phone.
You'll need to follow the instructions from the README. Our base images are not published anywhere, they are only produced as intermediate artifacts during a build.
We use the docker buildx bake functionality to build a kind of "dependency graph" between images.