Skip to content

This repository shows the way to use custom Docker image on CircleCI 2.0 Workflow.

Notifications You must be signed in to change notification settings

nobuoka/circleci-custom-image-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Custom Docker Image example on CircleCI

This repository shows the way to use custom Docker image on CircleCI 2.0 Workflow.

  • The definition of jobs and workflows : .circleci/config.yml
    • build-custom-docker-image job : building a custom Docker image and then pushing the image to Docker registry on Quay
    • run-on-custom-docker-image job : run in a container from the custom image, that is pushed in the leading job
  • Dockerfile of custom Docker image : custom-docker-image/Dockerfile

Related resources

About

This repository shows the way to use custom Docker image on CircleCI 2.0 Workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages