-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Docker image build fails #4479
Comments
Hi @johnpitchko . I wasn't able to confirm this on my Pop!_OS 22.04 LTS machine. I deleted all my Docker resources by running @waiting-for-dev Are you encountering the same issue as @johnpitchko ? |
I also removed cached images and I didn't find the problem so far 🤔 |
This change was needed for my end. 👍 However, I still am getting other errors, but they are related to me using an M1 MacBook and I am still working through this 👀 |
I suppose I should have mentioned; like @RyanofWoods I too am building this on an 2021 M1 MacBook Pro, so that might have something to do with it. I created a clean fork of the repo and attempted to build the app container ( I then edited So not sure where you'd like to go from here. Maybe you want to close this since it appears to be an isolated issue that might only affect those on M1 Macs? It can then be re-opened another time if the issue appears more frequently. Thoughts? |
Also, when I boot the
|
I think that having another person able to reproduce it is enough to merge it. I don't understand how the machine in use could have any effect (that's the whole point of Docker! 😅), but I tried switching @johnpitchko, I was going to approve your PR, but I see you just closed it. Would you like to reopen it? |
I am thinking that rebuilding the image with But I think because we don't specify a platform to use, it uses the system's architecture for the base platform. And for example, there are different package requirements needed for Nokogiri depending on the platform: (This is what's causing my Docker to still fail when trying to run the sandbox app - I needed to add |
I am getting this problem with images where I have specified the Ruby version to be |
@waiting-for-dev Oops not sure what happened there. Anyways, I reopened as #4503. |
IIRC, I removed the Docker volumes, so no cache should have been used 🤷
I'm not an expert in use, but I think the host platform shouldn't matter. But, please, keep us posted on any updates you find out about it!
@johnpitchko, I approved your PR. We need another approval from a core team member. |
Closing this, after #4503 merge. Thanks again @johnpitchko |
tanks |
Building the Docker app image fails. Some basic Googling indicates that the Debian image no longer offers the MySQL package.
Solidus Version:
To Reproduce
docker compose build
ordocker-compose up -d
as stated in README.mdCurrent behavior
Docker image build fails.
Expected behavior
Docker image build succeeds.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: