Skip to content

A simple Dockerfile to mirror the nanshe_workflow container to other Docker registries.

License

Notifications You must be signed in to change notification settings

nanshe-org/docker_nanshe_workflow_mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI DockerHub

Purpose

Allows for a lightweight mirroring of the nanshe_workflow container ( https://quay.io/repository/nanshe/nanshe_workflow ). Thus, codebases pulling from the original quay.io/nanshe/nanshe_workflow image will still pull the same common layers.

Building

Automatic

This repo is part of an automated build, which is hosted on Docker Hub ( https://hub.docker.com/r/nanshe/nanshe_workflow ). Changes added to this trigger an automatic rebuild and deploy the resulting image to Docker Hub. To download an existing image, one simply needs to run docker pull nanshe/nanshe_workflow.

Manual

If one wishes to develop this repo, building will need to be performed manually. This container can be built simply by cding into the repo and using docker build -t <NAME> . where <NAME> is the name tagged to the image built. More information about building can be found in Docker's documentation ( https://docs.docker.com/reference/builder ). Please consider opening a pull request for changes that you make.

Testing

The container used by this container as a base, quay.io/nanshe/nanshe_workflow, is tested independently along with its contents. As this image is merely a placeholder for quay.io/nanshe/nanshe_workflow and does nothing but use that image, no further testing is performed.

Usage

For more information about how to use this container visit the repo on GitHub ( https://github.com/nanshe-org/docker_nanshe_workflow ).

About

A simple Dockerfile to mirror the nanshe_workflow container to other Docker registries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published