GithubHelp home page GithubHelp logo

Comments (3)

vladgh avatar vladgh commented on August 23, 2024 1

I added support for 32bit distros (arm/v6, arm/v7). For now only for the latest image. Let me know if it works.
When docker hub will support buildx I will update my build scripts.

from docker_base_images.

vladgh avatar vladgh commented on August 23, 2024 1

You are correct. Below is the script I use to manually update the latest image for different platforms. I use this because it transparently downloads the right architecture. Another method would be to tag each architecture separately.

export DOCKER_CLI_EXPERIMENTAL=enabled
docker buildx create --name mybuilder --use
docker buildx build --rm --pull --push --platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 -t vladgh/minidlna .
docker buildx rm mybuilder

from docker_base_images.

svonidze avatar svonidze commented on August 23, 2024

It works, ty!

PS. Could you clarify what you have done to fix that? My guess from your comment:

  • you utilized https://github.com/docker/buildx for building versions for many platforms/architectures (linux/386, linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64)
  • then just pushed all images to hub.docker.com manually?

PPS before the fix I used the repository https://github.com/fmartingr/docker-minidlna-arm where as the architecture was hardcoded FROM armhf/alpine:latest

from docker_base_images.

Related Issues (20)

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.