This commit is contained in:
parent
97266ef796
commit
5fa9400882
2 changed files with 17 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Kaniko build
|
- name: Kaniko build
|
||||||
uses: https://www.github.com/aevea/action-kaniko@master
|
uses: https://www.github.com/aevea/action-kaniko@master
|
||||||
with:
|
with:
|
||||||
image: deke/dev-env
|
image: wintermute/dev-env
|
||||||
username: deke
|
username: deke
|
||||||
password: ${{ secrets.TOKEN }}
|
password: ${{ secrets.TOKEN }}
|
||||||
registry: git.dekedin.me
|
registry: git.dekedin.me
|
||||||
|
|
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
```bash
|
||||||
|
~/D/P/D/Dev-Env @3cc98a9• λ❱ podman run --rm -it dev-env:latest
|
||||||
|
Sunday 22:10, 02/02/25
|
||||||
|
|
||||||
|
|
||||||
|
Welcome to alpine, deke/dev-env edition
|
||||||
|
Check out these tools:
|
||||||
|
Diagnostics: btop, tcpdump, dust, fd, rg
|
||||||
|
CLI: zellij, helix, curl, wget, tar, zstd, jq
|
||||||
|
SVN: git, jj, lazygit, lazyjj
|
||||||
|
K8S: k0s, kubectl
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
This is my development environment with a bunch of .config files that I enjoy.
|
||||||
|
It's not exactly "slim" but I wanted to do an experiment.
|
Loading…
Add table
Add a link
Reference in a new issue