How to create a custom docker image for Backend.AI? #2910
Unanswered
Vladislav2951
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day!
When open the
Environments
tab I see many of available images fromcr.backend.ai
registry. Also I see the option to add my own registry. I have created the local one:I registered this registry as
localhost
withhttp://localhost:5000
URL anddocker
type. Then I used the basic dockerbusybox
image as the test one:and got
I tried to rescan the registry and got this error:
I think that the error is in
"mediaType": "application/vnd.oci.image.index.v1+json"
.I tried to make the new docker image:
docker buildx build --push --platform linux/amd64 -t localhost:5000/debian-test:latest .
After rescan I got the same error:
Please, help me with adding own docker images to Backend.AI. Maybe there is an instruction that I missed?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions