Skip to content

This is the Git repo of the official Docker images for CKAN.

Notifications You must be signed in to change notification settings

Swirrl/ckan-docker-base

 
 

Repository files navigation

Pre-configured CKAN Docker images

This is the Git repo of the official Docker images for CKAN.

The images will usually be used as a Docker Compose install in conjunction with other Docker images that make up the CKAN platform.

The official CKAN Docker install is located here: ckan-docker

The following CKAN versions are available in base or dev forms. They are distinguished from one another using different Docker image tags:

CKAN Version Type Docker tag Notes
2.9.5 base image ckan/ckan-base:2.9.5
2.9.5 dev image ckan/ckan-base:2.9.5-dev
2.9.6 base image ckan/ckan-base:2.9.6
2.9.6 dev image ckan/ckan-base:2.9.6-dev
2.9.7 base image ckan/ckan-base:2.9.7
2.9.7 dev image ckan/ckan-base:2.9.7-dev
master base image ckan/ckan-base:master-c555a97
2.10.0 base image ckan/ckan-base:ckan-2.10.0
2.10.0 dev image ckan/ckan-base:ckan-2.10.0-dev

Building and Pushing the images

The images can be built locally and tagged appropriately so they can then be pushed into the CKAN DockerHub repo assuming you have the correct permission to do so

For CKAN 2.9.7 base images, go to the ckan-2.9/base directory and use the Makefile included:

cd ckan-2.9/base
make build
make push

For CKAN 2.9.7 dev images, go to the ckan-2.9/dev directory and use the Makefile included:

cd ckan-2.9/dev
make build
make push

The CKAN 2.10 base and dev images are available as the dev branches at the moment

cd ckan-2.10/base
make build
make push

cd ckan-2.10/dev
make build
make push

Scanning the images for vulnerabilites

<to do - provide details on the process of how we scan images - probably using Synk Advisor>

About

This is the Git repo of the official Docker images for CKAN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.5%
  • Shell 26.5%
  • Dockerfile 24.6%
  • Makefile 7.4%