1.0.7 • Published 5 months ago

node-oci-image-builder v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

node-oci-image-builder

使用例子

const{Client}=require("node-oci-image-builder"); Client.build( { url:"nginx:latest", auth:{username:"XXX",password:"XXXX"} }, { dir:"dist", target:"/usr/share/nginx/html/" }, { dir:"deploy/conf/nginx.conf", target:"/etc/nginx/conf.d/default.conf" } , { repo:{ url:"registry.cn-beijing.aliyuncs.com/XXns/XXXpack", auth:{ username:"XXX", password:"XXXXX"} }, tags:"0.0.7","latest" } );

1.0.7

5 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago