Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfi-dev/tools
Various tools, images, etc. to support the Wolfi OSS project
https://github.com/wolfi-dev/tools
wolfi
Last synced: 29 days ago
JSON representation
Various tools, images, etc. to support the Wolfi OSS project
- Host: GitHub
- URL: https://github.com/wolfi-dev/tools
- Owner: wolfi-dev
- License: apache-2.0
- Created: 2023-01-19T15:51:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:04:37.000Z (about 1 month ago)
- Last Synced: 2024-11-01T16:18:08.354Z (about 1 month ago)
- Topics: wolfi
- Language: HCL
- Homepage:
- Size: 5.9 MB
- Stars: 18
- Watchers: 19
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- jimsghstars - wolfi-dev/tools - Various tools, images, etc. to support the Wolfi OSS project (HCL)
README
# tools
Various tools, images, etc. to support the Wolfi OSS project
- [Images](#images)
- [alpine-base](#alpine-base)
- [apko](#apko)
- [busybox](#busybox)
- [gcc-musl](#gcc-musl)
- [git](#git)
- [melange](#melange)
- [musl-dynamic](#musl-dynamic)
- [sdk](#sdk)
- [static](#static)
- [wolfictl](#wolfictl)## Images
### alpine-base
The [alpine-base](./images/alpine-base) image is a minimal Alpine-based image containing `apk` and basic tools to get started.
```
ghcr.io/wolfi-dev/alpine-base:latest
```### apko
The [apko](./images/apko) image contains [apko](https://github.com/chainguard-dev/apko).
```
ghcr.io/wolfi-dev/apko:latest
```### busybox
The [busybox](./images/busybox) image contains [busybox](https://busybox.net/) built from Alpine's busybox package.
```
ghcr.io/wolfi-dev/busybox:alpine
```It's intended as a replacement for `cgr.dev/chainguard/busybox:latest`.
### gcc-musl
The [gcc-musl](./images/gcc-musl) image contains a GCC toolchain built with musl libc from Alpine's packages.
```
ghcr.io/wolfi-dev/gcc-musl:latest
```### git
The [git](./images/git) image contains [git](https://git-scm.com/) built from Alpine's git package.
```
ghcr.io/wolfi-dev/git:alpine
ghcr.io/wolfi-dev/git:alpine-root
```It's intended as a replacement for `cgr.dev/chainguard/git:latest` and `cgr.dev/chainguard/git:latest-root`.
### melange
The [melange](./images/melange) image contains
[melange](https://github.com/chainguard-dev/melange).```
ghcr.io/wolfi-dev/melange:latest
```### musl-dynamic
The [musl-dynamic](./images/musl-dynamic) image contains a musl libc built from Alpine's packages.
```
ghcr.io/wolfi-dev/musl-dynamic:latest
```### sdk
The [sdk](./images/sdk) image contains melange, apko, wolfictl and other tools such as Go needed to build these projects.
```
ghcr.io/wolfi-dev/sdk:latest
```### static
The [static](./images/static) image contains a minimal static base image built from Alpine's packages.
```
ghcr.io/wolfi-dev/static:alpine
```It's intended as a replacement for `cgr.dev/chainguard/static:latest`.
### wolfictl
The [wolfictl](./images/wolfictl) image contains
[wolfictl](https://github.com/wolfi-dev/wolfictl).```
ghcr.io/wolfi-dev/wolfictl:latest
```