Skip to content

Conversation

@beercanx
Copy link
Owner

@beercanx beercanx commented May 7, 2023

  • Split 5.7 and 8.0 into their own folders
  • Fixed a bug in 5.7 when choosing to generate a random root password

beercanx added 5 commits May 7, 2023 14:41
…nnot find a compatible image.

Old Raspberry PI's may look for linux/arm rather than linux/arm/v7 that buildx produces.

Basically we're back to building directly on PI's and publishing from there

There's a possibility that updating docker could fix the issue, but don't want to break my current PI to test that out just yet.
@beercanx beercanx force-pushed the feature/provide-mysql-8 branch from 2803f62 to 0f7491d Compare May 7, 2023 17:00
@beercanx
Copy link
Owner Author

beercanx commented May 7, 2023

To verify the build of 8.0, the "test" raspberry pi probably needs its docker updating to support linux/arm/v7 instead of linux/arm that it builds and produces as it cannot find the ubuntu:jammy in the registry but can still use its local ubuntu:xenial to continue creating 5.7 instances.

> docker build -t beercan1989/arm-mysql:8 .

Sending build context to Docker daemon  22.02kB
Step 1/16 : FROM ubuntu:jammy
manifest for ubuntu:jammy not found

Which was the same behaviour when we built the 5.7 image on a normal computer using buildx, which produced linux/arm/v7 based images, where attempted to be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants