Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Custom docker images from cosmos-compose no finded #319

Open
FelixGonzalez42 opened this issue Sep 11, 2024 · 0 comments
Open

[BUG]: Custom docker images from cosmos-compose no finded #319

FelixGonzalez42 opened this issue Sep 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@FelixGonzalez42
Copy link

FelixGonzalez42 commented Sep 11, 2024

What happened?

When putting a pre-builded docker image in dcosmos-compose (market), the app creator does not detect it, trying to download it from dockerhub, which gives the error image not found or login in dockerhub required

What should have happened?

container (servApp) succefully created

How to reproduce the bug?

1- build a docker custom image with any dockerfile
2- create a custom docker-compose.yml that use the custom image
3- copy the docker-compose content in the servApp creator
4- Create the servapp with that custom docker image

Relevant log output

No response

Other details

image

error:

image

docker custom image was prebuilded and actually exist:

image

and the same image can be upped in docker-compose host:

image

when the container is upped from the host (sudo docker-compose up -d), it appear in cosmos servApp, but any edit of the compose on the app give the same error:

image

image

System details

same error in 2 devices:
image

image

browser:

image

cosmos:

image

@FelixGonzalez42 FelixGonzalez42 added the bug Something isn't working label Sep 11, 2024
@FelixGonzalez42 FelixGonzalez42 changed the title [BUG]: Custom docker images from cosmos-compose no find [BUG]: Custom docker images from cosmos-compose no finded Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant