Git Product home page Git Product logo

Comments (8)

rodriguezny avatar rodriguezny commented on June 18, 2024 3

Image updated to multi-archi to also support ARM architectures: https://hub.docker.com/r/sailfrog/cypht-docker/tags

from cypht-docker.

bobafetthotmail avatar bobafetthotmail commented on June 18, 2024 1

afaik there is nothing architecture-specific in your stuff. I think the only problem is that you (the one building the docker image) are not passing the parameters to tell Docker to make multiplatform image.
By default it builds only for your host platform that is linux/amd64

See this doc https://docs.docker.com/build/building/multi-platform/

if you are the owner of sailfrog/cypht-docker here https://hub.docker.com/r/sailfrog/cypht-docker

and given the list of platforms supported by the base image you use php:7.4.33-fpm-alpine https://hub.docker.com/layers/library/php/7.4.33-fpm-alpine/images/sha256-4ca7fd8bea83cb12e43d192531576ca9a6b6a2d995763d3aaaee34f0d643f206?context=explore

this should be the command to run the build and upload to dockerhub images for all x86 and arm platforms

docker buildx build --platform linux/386,linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6 -t sailfrog/cypht-docker:latest --push .

from cypht-docker.

x0tester0x avatar x0tester0x commented on June 18, 2024

I want to use the Docker Image on an Raspberry Pi 4 (armv8), can you please provide such an Image?

from cypht-docker.

undergroundwires avatar undergroundwires commented on June 18, 2024

It does not work with newer AWS EC2's (Arm-based AWS Graviton2) either, see :

cypht The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

Looking forward to a fix, all other containers work fine in the compose.

from cypht-docker.

marclaporte avatar marclaporte commented on June 18, 2024

@undergroundwires @x0tester0x

We are looking for contributors on this topic.

from cypht-docker.

x0tester0x avatar x0tester0x commented on June 18, 2024

I am not a programmer and I do not know anyone who could help with this...

from cypht-docker.

marclaporte avatar marclaporte commented on June 18, 2024

@rodriguezny please

from cypht-docker.

rodriguezny avatar rodriguezny commented on June 18, 2024

I’ll update the image, thanks.

from cypht-docker.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.