https://github.com/ciricihq/dockerfiles
The Dockerfiles of our commonly used docker images
https://github.com/ciricihq/dockerfiles
composer docker gitlab-runner node nodejs opencomponents php
Last synced: 9 months ago
JSON representation
The Dockerfiles of our commonly used docker images
- Host: GitHub
- URL: https://github.com/ciricihq/dockerfiles
- Owner: ciricihq
- License: gpl-3.0
- Created: 2016-05-05T12:50:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T15:21:07.000Z (over 4 years ago)
- Last Synced: 2025-04-09T19:57:39.811Z (12 months ago)
- Topics: composer, docker, gitlab-runner, node, nodejs, opencomponents, php
- Language: Dockerfile
- Size: 35.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Create new images
1. Create folder and Dockerfile
2. Push to master branch
3. Create Docker image on local. For example: `docker build -t ciricihq/node:${tag} .`
4. Exec `docker login`
5. Publish the new image `docker push ciricihq/node:${tag}`
6. Verify the image on `https://hub.docker.com/`