All Projects → teracyhq → docker-files

teracyhq / docker-files

Licence: MIT license
Teracy docker-files project to build common Docker images

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-files

Yfiles For Html Demos
Contains demo sources for the JavaScript diagramming library yFiles for HTML
Stars: ✭ 202 (+132.18%)
Mutual labels:  create-react-app, angular-cli
ngx-ui-switch
Angular UI Switch component
Stars: ✭ 109 (+25.29%)
Mutual labels:  angular-cli
worthit
💸 Vale a pena? Calcule o preço anual de um item com essa PWA
Stars: ✭ 18 (-79.31%)
Mutual labels:  create-react-app
packer-vagrant-builder
Build Solaris,CentOS or Ubuntu Vagrant box with puppet rpm's
Stars: ✭ 49 (-43.68%)
Mutual labels:  packer
eslint-plugin-react-app
ESLint configuration used by Create React App
Stars: ✭ 52 (-40.23%)
Mutual labels:  create-react-app
craco-linaria
A craco plugin to use Linaria zero-runtime CSS in JS library in a create react app.
Stars: ✭ 29 (-66.67%)
Mutual labels:  create-react-app
local-hashicorp-stack
Local Hashicorp Stack for DevOps Development without Hypervisor or Cloud
Stars: ✭ 23 (-73.56%)
Mutual labels:  packer
aws-missing-tools
Random tools I've written to make life easier using AWS, namely aws-choose-profile and aws-mfa-login
Stars: ✭ 46 (-47.13%)
Mutual labels:  aws-cli
DM Tools
An open-source Dungeons and Dragons DM helper desktop app built with React.js, Redux, SCSS
Stars: ✭ 41 (-52.87%)
Mutual labels:  create-react-app
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-85.06%)
Mutual labels:  create-react-app
docker-php7
Docker image tailed to run PHP application
Stars: ✭ 18 (-79.31%)
Mutual labels:  docker-images
Origami
Packer compressing .net assemblies, (ab)using the PE format for data storage
Stars: ✭ 111 (+27.59%)
Mutual labels:  packer
cruise
A Continuous Integration (CI) management system homework from Thought Works
Stars: ✭ 13 (-85.06%)
Mutual labels:  create-react-app
mcs-lite
🎛 MCS Lite Common UI and Websites.
Stars: ✭ 75 (-13.79%)
Mutual labels:  create-react-app
webcam-object-detection
Tensorflow.js webcam object detection in React
Stars: ✭ 24 (-72.41%)
Mutual labels:  create-react-app
angular2-node-fb-login
Demo application that shows how to enable Facebook login with Angular 2 on frontend and Node.js/Express on backend
Stars: ✭ 55 (-36.78%)
Mutual labels:  angular-cli
kikstart-ui
🎀 Set of ready to use declarative Angular UI components.
Stars: ✭ 25 (-71.26%)
Mutual labels:  angular-cli
icp-ce-on-linux-containers
Multi node IBM Cloud Private Community Edition 3.2.x w/ Kubernetes 1.13.5 in a Box. Terraform, Packer and BASH based Infrastructure as Code script sets up a multi node LXD cluster, installs ICP-CE and clis on a metal or VM Ubuntu 18.04 host.
Stars: ✭ 52 (-40.23%)
Mutual labels:  packer
angular-starter
🚀 Angular 14 Starter with Storybook, Transloco, Jest, TestCafe, Docker, ESLint, Material & Prettier 🚀
Stars: ✭ 124 (+42.53%)
Mutual labels:  angular-cli
universal-scripts
Build universal apps without configuration.
Stars: ✭ 23 (-73.56%)
Mutual labels:  create-react-app

Teracy docker-files Build, Push Docker Images

Teracy project to create Docker images.

How to use

Follow README.md files located at each Docker image directories.

  • Push to multiple docker registries:

  • Docker image name prefix:

    • Sometimes you need to add prefix to the docker image
    • For example, by default, ghcr.io/teracyhq/docker-files/ubuntu, you can change to ghcr.io/teracyhq/docker-files/teracy-ubuntu by setting IMG_NAME_PREFIX secret environment variable on github actions to teracy-
  • Enable/disable docker push:

    • By default, docker images will be pushed when new commits are pushed to the master branch
    • To disable the docker push, set PUSH_ENABLED secret environment variable to false

How to contribute

  • Fork this repo (it's recommened to renamed your forked repo to teracy-docker-files)

  • Start creating new Docker images to be shared within our community

LICENSE

MIT license. More details on the LICENSE file.

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