Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 720 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 720 Bytes

che-custom-nodejs-deasync

Provides a custom nodejs binary embedding deasync node-gyp module as builtin module

Build multi-arch image from separate tags:

docker manifest create quay.io/eclipse/che-custom-nodejs-deasync:10.20.1 \
       quay.io/eclipse/che-custom-nodejs-deasync:10.20.1-linux-arm64 \
       quay.io/eclipse/che-custom-nodejs-deasync:10.20.1-linux-ppc64le \
       quay.io/eclipse/che-custom-nodejs-deasync:10.20.1-linux-s390x \
       quay.io/eclipse/che-custom-nodejs-deasync:10.20.1-linux-amd64

review it

$ docker manifest inspect quay.io/eclipse/che-custom-nodejs-deasync:10.20.1

push:

$ docker manifest push quay.io/eclipse/che-custom-nodejs-deasync:10.20.1