-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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.
- Loading branch information
Ben Blackmore
committed
Oct 21, 2022
1 parent
5e0e9b7
commit dd65736
Showing
6 changed files
with
48 additions
and
209 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM ubuntu:18.04 | ||
LABEL maintainer="Postman Labs <[email protected]>" | ||
|
||
ARG NODE_VERSION=10 | ||
ARG NODE_VERSION=16 | ||
ARG NEWMAN_VERSION | ||
|
||
# Bail out early if NODE_VERSION is not provided | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters