-
Notifications
You must be signed in to change notification settings - Fork 52
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] - Review and improve docker images #599
Labels
area: user experience 👩🏻💻
Items impacting the end-user experience
impact: high 🟥
This issue affects most of the conda-store users or is a critical issue
type: bug 🐛
Something isn't working
Milestone
Comments
pavithraes
added
impact: high 🟥
This issue affects most of the conda-store users or is a critical issue
area: user experience 👩🏻💻
Items impacting the end-user experience
labels
Sep 27, 2023
I think we can use the |
To summarize:
Did I miss anything @pavithraes? |
This was referenced Oct 12, 2023
@dcmcand it looks like the review is complete and all of the issues have been opened as separate issues. Can we close this in favor or the individual issues? |
github-project-automation
bot
moved this from In Progress 🏗
to Done 💪🏾
in conda-store 🐍
Oct 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: user experience 👩🏻💻
Items impacting the end-user experience
impact: high 🟥
This issue affects most of the conda-store users or is a critical issue
type: bug 🐛
Something isn't working
Describe the bug
Currently, we have 2 Dockerfiles used to build images:
conda-store/conda-store/Dockerfile
Lines 22 to 23 in 64552a2
❗️this is also the file used during releases which should not be the case
conda-store/conda-store-server/Dockerfile
Lines 49 to 51 in 64552a2
These are used by the
docker-compose.yaml
in:docker/docker-compose.yaml
- ❗️this file also has definedredis
twice, which causes errors while buildingdocker-without-nfs/docker-compose.yaml
☝🏽Additionally, the port number 5000, where the UI is deployed for development does not work reliably on MacOS. We need to pick default ports that work on all platforms.
Expected behavior
We need to have separate images for building dev and stable versions of conda-store. The releases should use to stable versions.
Anything else?
xref: conda-incubator/conda-store-ui#335, #566
The text was updated successfully, but these errors were encountered: