Sign inSign up

yinanzhou/wrangler

By yinanzhou

•Updated 6 days ago

Cloudflare Wrangler CLI on Node.js LTS & Alpine

Image
Developer tools
0

3.9K

yinanzhou/wrangler repository overview

⁠yinanzhou/wrangler

pipeline status

A minimal Docker image containing the Cloudflare Wrangler CLI, based on Node.js LTS and Alpine Linux. This image is ideal for deploying Cloudflare Workers and managing Cloudflare resources in CI/CD pipelines.

⁠Features

  • Cloudflare Wrangler: The CLI for Cloudflare Workers.
  • Node.js LTS: Stable Node.js environment.
  • Alpine Linux: Minimal image size.

⁠Usage

You can use this image to run Wrangler commands.

⁠Check Version
docker run --rm yinanzhou/wrangler wrangler --version
⁠Publish a Worker

Mount your project directory and pass your API token:

docker run --rm -v $(pwd):/src -w /src -e CLOUDFLARE_API_TOKEN=$CLOUDFLARE_API_TOKEN yinanzhou/wrangler wrangler publish

⁠Source Repository

The source code for this Dockerfile is maintained in the following repository: GitLab: yinanzhou/docker-images⁠

Tag summary

Content type

Image

Digest

sha256:11af4f11f…

Size

186.2 MB

Last updated

6 days ago

docker pull yinanzhou/wrangler