Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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