https://github.com/pixelcmtd/docker-containers
https://github.com/pixelcmtd/docker-containers
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelcmtd/docker-containers
- Owner: pixelcmtd
- License: mit
- Created: 2021-03-29T14:04:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T21:27:18.000Z (about 2 years ago)
- Last Synced: 2025-01-17T19:49:32.370Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-containers
Sources for some of the Docker images I maintain.
> [!WARNING]
> The `prometheus` image is deprecated, unmaintained and archived.
> Use [`ubuntu/prometheus`](https://hub.docker.com/r/ubuntu/prometheus) instead.
| Tag | Base | Software |
| -------------------- | -------------- | ------------------------------------------------- |
| gcc-aarch64-none-elf | ubuntu:latest | GNU `binutils` and GCC for `aarch64-none-elf` |
| gcc-x86\_64-none-elf | ubuntu:latest | GNU `binutils` and GCC for `x86_64-none-elf` |
| tor-proxy | ubuntu:18.04 | `tor` + `polipo` = SOCKSv5 and HTTP proxy for TOR |
| llvm | ubuntu:rolling | `llvm`, `clang`, `lld`, `lldb`, ... |