Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimo414/docker
My Docker images
https://github.com/dimo414/docker
continuous-integration docker
Last synced: 26 days ago
JSON representation
My Docker images
- Host: GitHub
- URL: https://github.com/dimo414/docker
- Owner: dimo414
- License: mit
- Created: 2020-01-16T05:50:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T10:18:01.000Z (about 2 years ago)
- Last Synced: 2024-10-30T13:05:44.172Z (2 months ago)
- Topics: continuous-integration, docker
- Language: Dockerfile
- Homepage: http://docker.mwdiamond.com
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Images
This repo contains Docker images, primarily for use with GitHub Actions.
The images are available on [Docker Hub](https://hub.docker.com/u/dimo414/).
## Updating Images
Unfortunately Docker Hub shut down remote builds for free accounts, so they now
have to be built by hand. To do so build, tag, and push a given repo:```shell
$ docker build [FOO] --tag dimo414/[FOO]
$ docker push dimo414/[FOO]
```