docker-ckan/images/README

14 lines
460 B
Plaintext
Raw Normal View History

2020-09-17 14:10:25 +02:00
Build the images from this directory using:
2022-01-05 11:04:38 +01:00
cd ckan-base/
docker build -t ckan/ckan-base:testing-only.2.9 -f 2.9/Dockerfile .
docker build -t ckan/ckan-base:testing-only.2.8 -f 2.8/Dockerfile .
docker build -t ckan/ckan-base:testing-only.2.7 -f 2.7/Dockerfile .
2020-09-17 14:10:25 +02:00
2022-01-05 11:04:38 +01:00
Login to Dockerhub
docker login --username=kowhai
(will then ask for a password)
Push image to (ckan) Dockerhub
docker push ckan/ckan-base:testing-only.2.9
<same with 2.8 and 2.7>