Sign inSign up

pcloud/crane-coscli

By pcloud

Updated over 2 years ago

Crane container tool and Tencent COS cli

Image
0

1.0K

pcloud/crane-coscli repository overview

docker-crane-coscli

ci Docker Stars Docker Pulls

An utility image with:

Build and run

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

Use with CICD

Gitlab
stages:
- build

my-job:
  stage: build
  image:
    name: pcloud/crane-coscli
    entrypoint: [""]
  script:
  - coscli --version
  - crane version

Tag summary

Content type

Image

Digest

sha256:adc2d3955

Size

25.3 MB

Last updated

over 2 years ago

docker pull pcloud/crane-coscli