https://github.com/purplebooth/utility-container-nop
A small docker container (less than 5k) that exits successfully when run
https://github.com/purplebooth/utility-container-nop
Last synced: 4 months ago
JSON representation
A small docker container (less than 5k) that exits successfully when run
- Host: GitHub
- URL: https://github.com/purplebooth/utility-container-nop
- Owner: PurpleBooth
- License: unlicense
- Created: 2023-10-11T12:37:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T09:27:43.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:39:37.470Z (about 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# utility-container-nop
To generate a secret resource using the Kubernetes secret csi, you need
to mount it. As this happens all the time we need a really tiny
container to mount it within.
## Usage
```shell
docker run ghcr.io/purplebooth/utility-container-nop:latest
```
All the docker container contains is a single binary `/nop`.
Build for:
* arm64
* amd64