Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulbouwer/dockerfiles
Custom dockerfiles I use in my workflows.
https://github.com/paulbouwer/dockerfiles
Last synced: about 19 hours ago
JSON representation
Custom dockerfiles I use in my workflows.
- Host: GitHub
- URL: https://github.com/paulbouwer/dockerfiles
- Owner: paulbouwer
- License: mit
- Created: 2020-06-26T05:46:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:41:38.000Z (14 days ago)
- Last Synced: 2024-10-24T17:29:42.570Z (13 days ago)
- Language: Dockerfile
- Homepage:
- Size: 85 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerfiles
This is a collection of custom dockerfiles I use in my workflows.
## Azure CLI
paulbouwer/azure-cli
[![image version](https://img.shields.io/docker/v/paulbouwer/azure-cli?sort=semver)](https://hub.docker.com/repository/docker/paulbouwer/azure-cli)
[![image size](https://img.shields.io/docker/image-size/paulbouwer/azure-cli?sort=semver)](https://hub.docker.com/repository/docker/paulbouwer/azure-cli)A custom image built from the `mcr.microsoft.com/azure-cli` base image and bundling the current `kubectl`, `helm`, and `azbrowse` binaries. It includes a custom prompt and tab completion for all cli binaries.
## Kubernetes CLI
paulbouwer/k8s-cli
[![image version](https://img.shields.io/docker/v/paulbouwer/k8s-cli?sort=semver)](https://hub.docker.com/repository/docker/paulbouwer/k8s-cli)
[![image size](https://img.shields.io/docker/image-size/paulbouwer/k8s-cli?sort=semver)](https://hub.docker.com/repository/docker/paulbouwer/k8s-cli)A custom image built from the `ubuntu` base image and bundling the current `kubectl`, `helm`, and `kubie` binaries. It includes a custom prompt and tab completion for all cli binaries.