All Projects β†’ dockette β†’ ci

dockette / ci

Licence: MIT license
🐳 Dockette dockerized Alpine linux Dockerfiles for PHP 5.6-8.2 + Composer. NodeJS 6-18. Ansible.

Programming Languages

Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to ci

docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+833.33%)
Mutual labels:  continuous-integration, alpine
docker-terraform-docs
Alpine-based multistage-build version of terraform-docs and terraform-docs-replace in multiple versions to be used for CI and other reproducible automations
Stars: ✭ 59 (+227.78%)
Mutual labels:  continuous-integration, alpine
docker flutter
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
Stars: ✭ 33 (+83.33%)
Mutual labels:  continuous-integration, alpine
Rok8s Scripts
Opinionated scripts for managing application deployment lifecycle in Kubernetes
Stars: ✭ 248 (+1277.78%)
Mutual labels:  continuous-integration
Awesome Ci
Awesome Continuous Integration - Lot's of tools for git, file and static source code analysis.
Stars: ✭ 254 (+1311.11%)
Mutual labels:  continuous-integration
docker-swoole-webapp
Simple Docker-image to build your applications based on Async PHP extensions.
Stars: ✭ 26 (+44.44%)
Mutual labels:  alpine
setup-lazarus
Set up your GitHub Actions workflow with a specific version of Lazarus
Stars: ✭ 29 (+61.11%)
Mutual labels:  continuous-integration
Flagsmith Api
Feature flagging and remote config service. Host yourself or use our hosted version at https://www.flagsmith.com/
Stars: ✭ 223 (+1138.89%)
Mutual labels:  continuous-integration
gitlab-runner
Gitlab Runner on Alpine Linux [Docker]
Stars: ✭ 17 (-5.56%)
Mutual labels:  alpine
docker-alpine-texlive
🐳 πŸ“– Minimal TeX Live installation Docker image
Stars: ✭ 33 (+83.33%)
Mutual labels:  alpine
memcheck-cover
An HTML generator for Valgrind's Memcheck tool
Stars: ✭ 30 (+66.67%)
Mutual labels:  continuous-integration
emaci
Scheduler for compilations in emacs.
Stars: ✭ 12 (-33.33%)
Mutual labels:  continuous-integration
ttall
Laravel fronend preset for TTALL stack - Tailwindcss | Turbolinks | Alpine.js | Laravel | Livewire πŸš€
Stars: ✭ 50 (+177.78%)
Mutual labels:  alpine
Webhookd
A very simple webhook server launching shell scripts.
Stars: ✭ 250 (+1288.89%)
Mutual labels:  continuous-integration
alpine-erlang-builder
Up to date Alpine image with the latest Erlang version for staged builds.
Stars: ✭ 33 (+83.33%)
Mutual labels:  alpine
Bundlewatch
Keep watch of your bundle size
Stars: ✭ 241 (+1238.89%)
Mutual labels:  continuous-integration
docker-library
Collection of Dockerfiles
Stars: ✭ 20 (+11.11%)
Mutual labels:  alpine
distrobox
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
Stars: ✭ 4,371 (+24183.33%)
Mutual labels:  alpine
typo3-typoscript-lint
Find coding errors in your TypoScript files.
Stars: ✭ 78 (+333.33%)
Mutual labels:  continuous-integration
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-16.67%)
Mutual labels:  continuous-integration

Dockette / CI

🍏 🍎 🍏 Continuous integration Dockerfiles based on Alpine Linux for PHP 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 and Node.js 6, 7, 8, 9, 10, 11, 12, 13, 14, 15

πŸ•Ή f3l1x.io | πŸ’» f3l1x | 🐦 @xf3l1x


Usage

PHP

PHP OS Tag Dockerfile
PHP 8.2 Alpine v3.17 php80 Dockerfile
PHP 8.1 Alpine v3.16 php80 Dockerfile
PHP 8.0 Alpine v3.12 php80 Dockerfile
PHP 7.4 Alpine v3.10 php74 Dockerfile
PHP 7.3 Alpine v3.9 php73 Dockerfile
PHP 7.2 Alpine v3.8 php72 Dockerfile
PHP 7.1 Alpine v3.7 php71 Dockerfile
PHP 7.0 Alpine v3.5 php70 Dockerfile
PHP 5.6 Alpine v3.5 php56 Dockerfile

All PHP images have a few preinstalled packages:

  • bash
  • git
  • ca-certificates
  • wget
  • curl
  • openssh
  • make
  • composer

Terminal

docker run -it --rm -v $(pwd):/srv dockette/ci:php82
docker run -it --rm -v $(pwd):/srv dockette/ci:php81
docker run -it --rm -v $(pwd):/srv dockette/ci:php80
docker run -it --rm -v $(pwd):/srv dockette/ci:php74
docker run -it --rm -v $(pwd):/srv dockette/ci:php73
docker run -it --rm -v $(pwd):/srv dockette/ci:php72
docker run -it --rm -v $(pwd):/srv dockette/ci:php71
docker run -it --rm -v $(pwd):/srv dockette/ci:php70
docker run -it --rm -v $(pwd):/srv dockette/ci:php56

NodeJS

NodeJS OS Tag Dockerfile
NodeJS 18 Alpine v3.16 node18 Dockerfile
NodeJS 17 Alpine v3.16 node17 Dockerfile
NodeJS 16 Alpine v3.13 node16 Dockerfile
NodeJS 15 Alpine v3.12 node15 Dockerfile
NodeJS 14 Alpine v3.12 node14 Dockerfile
NodeJS 13 Alpine v3.11 node13 Dockerfile
NodeJS 12 Alpine v3.12 node12 Dockerfile
NodeJS 11 Alpine v3.9 node11 Dockerfile
NodeJS 10 Alpine v3.10 node10 Dockerfile
NodeJS 9 Alpine v3.8 node9 Dockerfile
NodeJS 8 Alpine v3.8 node8 Dockerfile
NodeJS 7 Alpine v3.6 node7 Dockerfile
NodeJS 6 Alpine v3.6 node6 Dockerfile

All Nodejs images have a few preinstalled packages:

  • bash
  • git
  • openssh
  • curl
  • openssh
  • make
  • npm

Terminal

docker run -it --rm -v $(pwd):/srv dockette/ci:node15
docker run -it --rm -v $(pwd):/srv dockette/ci:node14
docker run -it --rm -v $(pwd):/srv dockette/ci:node13
docker run -it --rm -v $(pwd):/srv dockette/ci:node12
docker run -it --rm -v $(pwd):/srv dockette/ci:node11
docker run -it --rm -v $(pwd):/srv dockette/ci:node10
docker run -it --rm -v $(pwd):/srv dockette/ci:node9
docker run -it --rm -v $(pwd):/srv dockette/ci:node8
docker run -it --rm -v $(pwd):/srv dockette/ci:node7
docker run -it --rm -v $(pwd):/srv dockette/ci:node6

Ansitest

Tools OS Tag Dockerfile
Ansible, Vagrant, Docker Debian 11 ansitest Dockerfile

Consider to support f3l1x. Also thank you for using this package.

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].