You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
error:
docker custom image was prebuilded and actually exist:
and the same image can be upped in docker-compose host:
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:
System details
same error in 2 devices:
browser:
cosmos:
The text was updated successfully, but these errors were encountered:
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
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
error:
docker custom image was prebuilded and actually exist:
and the same image can be upped in docker-compose host:
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:
System details
same error in 2 devices:
browser:
cosmos:
The text was updated successfully, but these errors were encountered: