Replies: 1 comment 1 reply
-
I could only get this to happen if setup.sh did not exists. Does it not exists in your tests? Does Docker and Kaniko allow specification with * that do not exist? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to build a container image from BentoML base image (https://docs.bentoml.org/en/latest/quickstart.html#containerize-model-api-server) and push it on Docker Hub.
I'm using Buildah technology inside a Tekton task manifest:
When I execute
buildah bud
command I have the following error:I tried with similar technologies that allows to build a container image inside another container, e.g. Kaniko and DIND (Docker in Docker).
With these technologies I haven't errors.
Can you help me?
Here you can find the source code to build container image with Dockerfile: irisclassifier-20210319171817-c36331.tar.gz
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions