https://github.com/deptno/containers
📦 containers for CI
https://github.com/deptno/containers
awscli circleci circleci-container container docker jq node8
Last synced: 3 months ago
JSON representation
📦 containers for CI
- Host: GitHub
- URL: https://github.com/deptno/containers
- Owner: deptno
- License: mit
- Created: 2018-02-11T16:57:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T09:15:58.000Z (over 7 years ago)
- Last Synced: 2025-06-01T05:14:05.344Z (4 months ago)
- Topics: awscli, circleci, circleci-container, container, docker, jq, node8
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containers
containers for CI
## local build
```bash
docker build -f [*.Dockerfile] -t deptno/[image name] .
docker push deptno/[image name]
```## list
- [circleci-awscli-node8.Dockerfile](https://hub.docker.com/r/deptno/circleci-awscli-node8)
- [circleci-awscli-jq-node8.Dockerfile](https://hub.docker.com/r/deptno/circleci-awscli-jq-node8)## license
MIT