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

⚠️ This repository is no longer maintained ⚠️ #129

Open
amercader opened this issue Nov 22, 2023 · 0 comments
Open

⚠️ This repository is no longer maintained ⚠️ #129

amercader opened this issue Nov 22, 2023 · 0 comments

Comments

@amercader
Copy link
Member

The images and compose setup in this repository are no longer supported and will not receive any further update.
The openknowledge/ckan-base and openknowledge/ckan-dev images will be removed from the Docker Hub in the future.

Users are encouraged to migrate to the official CKAN Docker images, which follow a very similar approach and structure, making the transition a very easy one.

In most cases, it will be just a matter of changing the base image in your own Docker files:

diff --git a/ckan/Dockerfile b/ckan/Dockerfile
index 34c26e9..c20bd2a 100644
--- a/ckan/Dockerfile
+++ b/ckan/Dockerfile
@@ -1,5 +1,5 @@
-FROM openknowledge/ckan-base:2.10.1
+FROM ckan/ckan-base:2.10.1
 
diff --git a/ckan/Dockerfile.dev b/ckan/Dockerfile.dev
index 1b44de7..c5fec8c 100644
--- a/ckan/Dockerfile.dev
+++ b/ckan/Dockerfile.dev
@@ -1,4 +1,4 @@
-FROM openknowledge/ckan-dev:2.10.1
+FROM ckan/ckan-dev:2.10.1

If you have customized the entrypoint script you might need to check the startup logs to see if there are any modifications needed.

@amercader amercader pinned this issue Nov 22, 2023
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

1 participant