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
Want to check if the dockerfiles in this repo can be combined into a single Dockerfile. Right now i see that ppc64le/ is a separate folder
I ran the Dockerfile under x86_64/alpine as-is on a ppc64le machine, it builds and runs correctly (should be due to the base image alpine being made multi-arch in official-images)
Hi,
Want to check if the dockerfiles in this repo can be combined into a single Dockerfile. Right now i see that ppc64le/ is a separate folder
I ran the Dockerfile under x86_64/alpine as-is on a ppc64le machine, it builds and runs correctly (should be due to the base image alpine being made multi-arch in official-images)
Doing so can help making orientdb multi-arch under official-images (this PR can be revived: docker-library/official-images#3480)
The text was updated successfully, but these errors were encountered: