Skip to content

datopian/docker-ckan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

Dockerized CKAN

This repository contains base docker images, examples and docker-compose used to build and run CKAN.

Please visit ViderumGlobal (Deprecated) repo for Dockerfiles of images using old CKAN versions

All the CKAN images are placed in their respective branch. Checkout a version. Build and tag the image and push to dockerhub.

Following are the branches for the CKAN versions

Usage

Following are the steps to build and push a CKAN image to dockerhub

  • Tag the changes to a specific version
  • Push the tag to this repo
  • Build the dockerfile
    make build
    
  • Push the image to dockerhub
    make push