cloudsmith-cli
Official Cloudsmith CLI packaged as a minimal Docker image for automation and CI/CD usage.
769
Official Docker image for the Cloudsmith CLIโ , built for use in CI/CD pipelines and automation environments.
This image includes the latest Cloudsmith CLI as a zipapp and is optimized for minimal size and fast execution.
Pass your API key using the CLOUDSMITH_API_KEY environment variable:
docker run --rm -e CLOUDSMITH_API_KEY=your-key \
cloudsmith/cloudsmith-cli:latest \
whoami
OIDC authentication is not built-in as of now, but can be used by:
jobs:
cloudsmith:
runs-on: ubuntu-latest
container:
image: cloudsmith/cloudsmith-cli:1.8.3
steps:
- run: cloudsmith whoami
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
python:3.12-alpine/opt/cloudsmith/cloudsmithcloudsmith is symlinked into $PATHMaintained by the Cloudsmith Customer Engineering team.
Reach out via support.cloudsmith.ioโ for feedback or questions.
Content type
Image
Digest
sha256:db6b49505โฆ
Size
26.8 MB
Last updated
2 months ago
Requires Docker Desktop 4.37.1 or later.