Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKAN Docker registry schema will be out of date in a few releases #4930

Open
jeffcullis opened this issue Jul 26, 2019 · 3 comments
Open

CKAN Docker registry schema will be out of date in a few releases #4930

jeffcullis opened this issue Jul 26, 2019 · 3 comments
Assignees

Comments

@jeffcullis
Copy link

jeffcullis commented Jul 26, 2019

Note: Are you submitting a security related issue that could be a potential vulnerability? Please send it to security@ckan.org instead.

CKAN Version if known (or site URL)

CKAN 2.8.1

Please describe the expected behaviour

Docker registry schema will be out of date in a few releases.

Please describe the actual behaviour

Error during CKAN build process with docker compose:

Pulling datapusher (clementmouchet/datapusher:)...
latest: Pulling from clementmouchet/datapusher
[DEPRECATION NOTICE] registry v2 schema1 support will be removed in an upcoming release. Please contact admins of the docker.io registry NOW to avoid future disruption.
https://docs.docker.com/engine/deprecated/

What steps can be taken to reproduce the issue?

sudo docker-compose up -d --build

Here is a known image that has this problem:
https://hub.docker.com/r/clementmouchet/datapusher

Using Python version 2.7.8.

@amercader amercader self-assigned this Jul 30, 2019
@Vanuan
Copy link

Vanuan commented Sep 10, 2019

FWIW: I've build this a year ago
https://hub.docker.com/r/vanuan/ckan-datapusher/dockerfile

@Vanuan
Copy link

Vanuan commented Sep 10, 2019

A, wait. I don't see why you would need it: https://hub.docker.com/r/clementmouchet/datapusher/dockerfile

Just don't use an image, put the Dockerfile locally.

Change this line to build specification by copying the dockerfile locally:

image: clementmouchet/datapusher

@evaleries
Copy link

any reason why we use datapusher from clementmouchet instead from ckan itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants