All Projects → badouralix → dockerfiles

badouralix / dockerfiles

Licence: MIT License
Dockerfiles everywhere 🐳

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dockerfiles

api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+211.76%)
Mutual labels:  curl, jq
Okurl
OkHttp Kotlin command line
Stars: ✭ 77 (+352.94%)
Mutual labels:  curl, jq
Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+18570.59%)
Mutual labels:  curl, jq
onymous-plurk
Anonymous Plurk Cross-matching Tool - Plurk偷偷說交叉比對工具
Stars: ✭ 20 (+17.65%)
Mutual labels:  curl, jq
Projeto-EAR-Celso
e-AR - Emergency Ventilator
Stars: ✭ 17 (+0%)
Mutual labels:  covid-19
SSPIM
SSPIM is a pattern producer for gray and binary spatial light modulators.
Stars: ✭ 21 (+23.53%)
Mutual labels:  toolbox
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (+47.06%)
Mutual labels:  covid-19
covid19api
Playing with GraphQL and COVID-19 API! Checkout the related COVID-19 Tracker for India.
Stars: ✭ 31 (+82.35%)
Mutual labels:  covid-19
bro-q
Chrome Extension for JSON formatting and jq filtering in your browser.
Stars: ✭ 82 (+382.35%)
Mutual labels:  jq
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (+11.76%)
Mutual labels:  covid-19
covid-19-datasette
Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times
Stars: ✭ 62 (+264.71%)
Mutual labels:  covid-19
coronavirus
covid-19 data in J
Stars: ✭ 15 (-11.76%)
Mutual labels:  covid-19
covid-stats
COVID-19 Stats Chrome Extension - React & TypeScript
Stars: ✭ 30 (+76.47%)
Mutual labels:  covid-19
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+188.24%)
Mutual labels:  covid-19
crsync
A library and CLI tool of Client-side rsync over HTTP via curl, implemented by pure C.
Stars: ✭ 21 (+23.53%)
Mutual labels:  curl
shell-toolbox
Useful shell scripts for /bin/sh
Stars: ✭ 40 (+135.29%)
Mutual labels:  toolbox
gogs-bash
Bash Script for Interacting with the GOGS API
Stars: ✭ 31 (+82.35%)
Mutual labels:  curl
jq-illustrated
illustrated tutorial of jq (and the scripts that create it)
Stars: ✭ 20 (+17.65%)
Mutual labels:  jq
MoveSim
Codes for paper in KDD 2020 (AI for COVID-19): Learning to Simulate Human Mobility
Stars: ✭ 16 (-5.88%)
Mutual labels:  covid-19
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-23.53%)
Mutual labels:  covid-19

Dockerfiles

Github Actions Buildx

This repository contains some Dockerfiles.

See the repo on Docker Hub.

Current dockerfiles

  • curl-http2 - alpine-based docker image for curl with http2 support
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • curl-http3 - debian-based docker image for curl with http3 support (ngtcp2+openssl)
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • curl-jq - alpine-based docker image with curl and jq
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • deplacement-covid-19 - alpine-based docker image serving the official covid-19 générateur d'attestation de déplacement dérogatoire
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • easy-blake2s - alpine-based docker image to compute blake2s hashes
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • lustre - debian-based docker image for Lustre V4

  • nusmv - alpine-based docker image with NuSMV and zchaff SAT solver
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • oh-my-via - image for oh-my-via theme testing purpose
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • python-scrapy - debian-based docker image for scrapy
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • python-vipaccess - alpine-based docker image for https://github.com/dlenski/python-vipaccess
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • r-languageserver - multi-base docker images with R and R-languageserver

  • rancher-cli - rancher-cli for gitlab-ci
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • toolbox - debian-based image with useful linux tools
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

  • zunit - alpine-based image for ZUnit, a powerful unit testing framework for ZSH
    Docker Pulls Docker Stars Docker Image Version (latest by date) Docker Image Size (latest by date)

Usage

Build it yourself

git clone https://github.com/badouralix/dockerfiles.git badouralix-dockerfiles
cd badouralix-dockerfiles/<name>/latest
docker build -t $USER-local/<name> .

Check out only some subdirectories

As of git version 1.7, you can check out just a subtree, using core.sparsecheckout option.

Tips and tricks

Give https://github.com/badouralix/dockerize a try, for painless and carefree docker build !

Create a new image

./bootstrap.sh <name>

License

Unless expressly stated otherwise, all contents licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].