Crane container tool and Tencent COS cli
1.0K
An utility image with:
Local build
docker build --build-arg COSCLI_VERSION=v0.20.0-beta -t pcloud/crane-coscli .
Check COS version release here: https://github.com/tencentyun/coscli/releases/
Local run
docker run --rm -it pcloud/crane-coscli
/ # coscli --version
coscli version v0.20.0-beta
/ # crane version
ea19b579661d99bc753c92e93730b8aab6ecd31b
stages:
- build
my-job:
stage: build
image:
name: pcloud/crane-coscli
entrypoint: [""]
script:
- coscli --version
- crane version
Content type
Image
Digest
sha256:adc2d3955…
Size
25.3 MB
Last updated
over 2 years ago
docker pull pcloud/crane-coscli