Official Cloudsmith CLI packaged as a minimal Docker image for automation and CI/CD usage.
8.4K
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:5f5a43d8fโฆ
Size
64.7 MB
Last updated
14 days ago
docker pull cloudsmith/cloudsmith-cli