This image packages the Cloudflare Wrangler tool (with dependencies). It is expected that this image will be used as the base for other images that do something more specific with wrangler (such as a deployment step in an automated CI/CD pipeline).
The image is based on Alpine Linux, using the recommended base for nvm/node/npm (maintained by a node.js committer) because installing node etc. on Alpine is "painful". this image adds:
The code is in git repo:
https://bitbucket.org/elementalconcept/ec-docker-wrangler/src/dev/
To run an interactive local instance of the image with an interactive bash shell:
docker run --name wrangler \
--rm -i -t elementalconcept/wrangler /bin/bash
Content type
Image
Digest
Size
55.5 MB
Last updated
over 5 years ago
docker pull elementalconcept/wrangler