Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: multi-platform Docker images #3029

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Oct 21, 2022

  1. feat: multi-platform Docker images

    # Why
    
    More and more systems are running on the arm64 platform. For example,
    AWS EC2 instances with Graviton2 processors or ARM-based MacBooks.
    One of our customers is facing issues, because Newman does not run
    on ARM-based systems. More specifically, the `postman/newman` Docker
    image only supports the `linux/amd64` platform.
    
    # What
    
    This change enables the creation of `linux/amd64` and
    `linux/arm64` Docker images.
    
    The change also removes the Docker image definition for Ubuntu 14.04 and
    Alpine 3.3. Both of these newman Docker images haven't been published in
    two years and can therefore be removed.
    Ben Blackmore committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    dd65736 View commit details
    Browse the repository at this point in the history