https://github.com/telecta/docker-images
Public docker images published by Black Tangent team
https://github.com/telecta/docker-images
Last synced: 4 months ago
JSON representation
Public docker images published by Black Tangent team
- Host: GitHub
- URL: https://github.com/telecta/docker-images
- Owner: telecta
- Created: 2018-09-04T11:39:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T09:43:18.000Z (almost 7 years ago)
- Last Synced: 2025-10-13T19:34:51.566Z (8 months ago)
- Language: Dockerfile
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Images
To push a new docker image:
```
# Change the directory and version tag name accordingly
docker build -t blacktangent/circleci-ruby:2.6.2-stretch-pgclient11.1-node10.15.1-browsers circleci-ruby/2.6.2-stretch-pgclient11.1-node10.15.1-browsers/
docker push blacktangent/circleci-ruby:2.6.2-stretch-pgclient11.1-node10.15.1-browsers
```
## TODO
- Add a docker build and release process