https://github.com/mcaimi/dockerfiles
Collection of Dockerfiles
https://github.com/mcaimi/dockerfiles
dockerfiles miscellaneous
Last synced: 4 months ago
JSON representation
Collection of Dockerfiles
- Host: GitHub
- URL: https://github.com/mcaimi/dockerfiles
- Owner: mcaimi
- Created: 2018-06-04T07:29:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T07:50:25.000Z (about 1 year ago)
- Last Synced: 2025-05-15T08:30:05.228Z (about 1 year ago)
- Topics: dockerfiles, miscellaneous
- Language: Dockerfile
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Various Dockerfiles.
## Chroma Vector Database for AI
[](https://quay.io/repository/marcocaimi/chromadb)
Fedora-based docker container built to host ChromaDB instances.
## Firefox
[](https://quay.io/repository/marcocaimi/firefox)
A simple firefox container that can be run in rootless podman to have a semi-throwaway browser for all sorts of use cases.
It is based on the latest Archlinux base image from docker.io, and optionally supports:
* Pulseaudio passthrough
* Overlay mount of the download directory and of the local Mozilla profile if needed
Currently it is tested on Xorg only.
## UBI8 based Debug Container for OCP4
[](https://quay.io/repository/marcocaimi/ocp-debug-ubi8)
A custom debug container that can be used to do debugging work on a running CoreOS Openshift Node instead of the standard one shipped with OCP.
It is based on the RedHat Universal Base Image 8, with some added tools:
* EPEL repo for rhel8 baked in
* openJDK 11 development kit
* GCC & GDB
* tcpdump
* iproute
* jq
* python 3.9
* scapy
* curlie & httpie
* glances
* hping3
* rsync & rclone
To run it simply use the Openshift Command Line tool:
```bash
$ oc debug node/ --image quay.io/marcocaimi/ocp-debug-ubi8:ubi8
```
Currently it is still in development, so expect bugs here and there