How to create a custom docker image for Backend.AI? #2910
Replies: 1 comment
-
I think this is resolved by #2815. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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