This repository contains some Dockerfiles.
See the repo on Docker Hub.
-
caddy-dns-ovh - caddy built with the OVH module
-
curl-http2 - alpine-based docker image for curl with http2 support
-
curl-http3 - debian-based docker image for curl with http3 support (ngtcp2+openssl)
-
curl-jq - alpine-based docker image with
curl
andjq
-
deplacement-covid-19 - alpine-based docker image serving the official covid-19 générateur d'attestation de déplacement dérogatoire
-
easy-blake2s - alpine-based docker image to compute blake2s hashes
-
linux-headers - toolbox to run eBPF programs on Docker Desktop
-
lustre - debian-based docker image for Lustre V4
-
nusmv - alpine-based docker image with NuSMV and zchaff SAT solver
-
oh-my-via - image for oh-my-via theme testing purpose
-
python-scrapy - debian-based docker image for scrapy
-
python-vipaccess - alpine-based docker image for https://github.com/dlenski/python-vipaccess
-
r-languageserver - multi-base docker images with R and R-languageserver
-
rancher-cli - rancher-cli for gitlab-ci
-
toolbox - debian-based image with useful linux tools
-
zunit - alpine-based image for ZUnit, a powerful unit testing framework for ZSH
git clone https://github.com/badouralix/dockerfiles.git badouralix-dockerfiles
cd badouralix-dockerfiles/<name>/latest
docker build -t $USER-local/<name> .
As of git version 1.7, you can check out just a subtree, using core.sparsecheckout
option.
Give https://github.com/badouralix/dockerize a try, for painless and carefree docker build !
./bootstrap.sh <name>
Unless expressly stated otherwise, all contents licensed under the MIT License.