okfn / docker-ckan

Docker images and Docker Compose setup for CKAN [Not Maintained]
GNU Affero General Public License v3.0
81 stars 88 forks source link

Datapusher failing to build. #52

Closed sagargg-zz closed 3 years ago

sagargg-zz commented 3 years ago

It looks like the keitaro/base:0.4 image has been removed from the dockerhub so, because of that datapusher build is failing.

Building datapusher
Step 1/11 : FROM keitaro/base:0.4
ERROR: Service 'datapusher' failed to build: pull access denied for keitaro/base, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
flowirtz commented 3 years ago

Can confirm, doesn't work for me either.

Did some googling and got it to work again. Keitaro has a ckan-data-pusher image here, from there I got to their repo.

Now, the content of that repo is pretty similar to the stuff in ./datapusher here in okfn/docker-ckan. If you replace the contents with that of the keitaro repo it works again.

The only notable differences in the setup/datapusher_settings.py are:

Now it works, at least for me, and I only tested dev so far. But maybe that helps.

amercader commented 3 years ago

Just pushed a new Dockerfile for the DataPusher if you want to try it out