Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcaimi/dockerfiles
Collection of Dockerfiles
https://github.com/mcaimi/dockerfiles
dockerfiles miscellaneous
Last synced: 4 days ago
JSON representation
Collection of Dockerfiles
- Host: GitHub
- URL: https://github.com/mcaimi/dockerfiles
- Owner: mcaimi
- Created: 2018-06-04T07:29:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T09:01:10.000Z (4 months ago)
- Last Synced: 2024-07-16T11:29:23.198Z (4 months ago)
- Topics: dockerfiles, miscellaneous
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Various Dockerfiles.
## Chroma Vector Database for AI
[![Docker Repository on Quay](https://quay.io/repository/marcocaimi/chromadb/status "Docker Repository on Quay")](https://quay.io/repository/marcocaimi/chromadb)
Fedora-based docker container built to host ChromaDB instances.
## Firefox
[![Docker Repository on Quay](https://quay.io/repository/marcocaimi/firefox/status "Docker Repository on Quay")](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 neededCurrently it is tested on Xorg only.
## UBI8 based Debug Container for OCP4
[![Docker Repository on Quay](https://quay.io/repository/marcocaimi/ocp-debug-ubi8/status "Docker Repository on Quay")](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 & rcloneTo 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