Coder Social home page Coder Social logo

dockerfile_of_alpine's Introduction

dockerfile_of_alpine's People

Contributors

dependabot-preview[bot] avatar keinos avatar

Watchers

 avatar  avatar

dockerfile_of_alpine's Issues

How to build ARMv6 and ARMv7 in the same manifest file. (Compatible tag for ARMv7, ARMv6, ARM64 and AMD64)

Enabling experimental feature of Docker Desktop on macOS (Mojave, Docker 2.1.0.4 Stable), we get the following platforms from buildx command.

$ docker buildx ls
NAME/NODE DRIVER/ENDPOINT STATUS  PLATFORMS
default * docker                  
  default default         running linux/amd64, linux/arm64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6

This means that we can build images for these platforms on macOS.

  • PLATFORMS: linux/amd64 linux/arm64 linux/ppc64le linux/s390x linux/386 linux/arm/v7 linux/arm/v6

Currently we're building images on each platform and push them to Docker Hub one by one. But if we can make a script that build and push them, it might help us a lot, doesn't it?

The following articles might help us to do so:

Provide one docker image tag for both ARM and x86_64 architecture.

TL;DR

It would be nice if the image can be pulled by keinos/alpine:latest for both ARM and x86_64 architecture.

TS;DR

Currently, this image (keinos/alpine:latest) provides only for x86_64 architecture. Because of the current specification of the automated build on DockerHub.

Since most of my images on Docker Hub are based on keinos/alpine image, I want them to be compatible with ARM and x86_64.

The keinos/php8-jit image provides both (with different tags).

But to build ARM image, I had to rebuild the keinos/alpine first, then keinos/php8-jit on my RaspberryPi and then push it to Docker Hub.

If we can provide both ARM and x86_64 in one keinos/alpine:latest tag, it will ease me to rebuild the other images for ARM.

How

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.