Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnewland/git-and-stuff
Sometimes, you want a Docker container with git, bash, ssh, jq, curl, and vim. Or is that just me?
https://github.com/jnewland/git-and-stuff
container docker
Last synced: about 1 month ago
JSON representation
Sometimes, you want a Docker container with git, bash, ssh, jq, curl, and vim. Or is that just me?
- Host: GitHub
- URL: https://github.com/jnewland/git-and-stuff
- Owner: jnewland
- License: apache-2.0
- Created: 2017-09-08T02:52:54.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T06:08:10.000Z (about 1 month ago)
- Last Synced: 2024-11-12T07:19:00.868Z (about 1 month ago)
- Topics: container, docker
- Language: Dockerfile
- Homepage:
- Size: 201 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# jnewland/git-and-stuff
Sometimes, you want a Docker container with git, bash, ssh, jq, curl, and vim. Or is that just me?
[![docker](https://github.com/jnewland/git-and-stuff/workflows/docker/badge.svg)](https://github.com/jnewland/git-and-stuff/actions?query=workflow%3Adocker)
[![renovate](https://github.com/jnewland/git-and-stuff/workflows/renovate/badge.svg)](https://github.com/jnewland/git-and-stuff/actions?query=workflow%3Arenovate)## GitHub Container Registry
-
[ghcr.io/jnewland/git-and-stuff](https://github.com/users/jnewland/packages/container/package/git-and-stuff):main
tracks the default branch of this repo
-[ghcr.io/jnewland/git-and-stuff](https://github.com/users/jnewland/packages/container/package/git-and-stuff):latest
tracks the latest [release](https://github.com/jnewland/git-and-stuff/releases)## Usage
This container is great for use with [`kubectl debug`](https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/#ephemeral-container). For example, to debug a pod with a broken image:
```console
$ kubectl debug -it --image=ghcr.io/jnewland/git-and-stuff:latest
```Or to debug a node:
```console
$ kubectl debug -it node/ --image=ghcr.io/jnewland/git-and-stuff:latest
```