Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

File metadata and controls

18 lines (12 loc) · 501 Bytes

sandbox

Beckn Sandbox for Beckn v2.0.0 protocol specifications available at https://github.com/beckn/protocol-specifications-new

Docker image builds

Local build

docker buildx build --platform linux/amd64,linux/arm64 -t sandbox-2.0:local --load .

Push to Docker Hub

This needs authorization to push to Docker Hub. You can use docker login to login to Docker Hub.

docker buildx build --platform linux/amd64,linux/arm64 -t fidedocker/sandbox-2.0:latest --push .