drabo / httpbin-arm64

How to create httpbin-arm64 docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpbin-arm64

HTTP Request & Response Service

See http://httpbin.org for more information.

Build ARM64 Image

Based on ubuntu:18.04 arm64

Steps to be followed:

source ./version.rc

docker rmi httpbin-arm64:local

docker build -t httpbin-arm64:local --build-arg UB_VER=${UB_VER} --build-arg UB_SHA=${UB_SHA} .

docker tag httpbin-arm64:local your-repo/httpbin:arm64

docker push your-repo/httpbin:arm64

About

How to create httpbin-arm64 docker image


Languages

Language:Dockerfile 100.0%