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

Docker and orbeon #119

Open
esnible opened this issue Mar 7, 2022 · 3 comments
Open

Docker and orbeon #119

esnible opened this issue Mar 7, 2022 · 3 comments

Comments

@esnible
Copy link
Contributor

esnible commented Mar 7, 2022

The docker/docker-compose.yml file is no longer valid:

docker-compose up -d
Creating network "docker_default" with the default driver
Pulling orbeon (tiredofit/orbeon:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling orbeon (tiredofit/orbeon:latest)...
ERROR: pull access denied for tiredofit/orbeon, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
@Msch0150
Copy link
Contributor

Msch0150 commented Mar 8, 2022

Comment from my side: I ran into the same issue. As a workaround, I adjusted several parts of the docker directory and added an own orbeon-Dockerfile (https://github.com/Msch0150/numishare/tree/master/docker). I created it for my own usage. But maybe it can help.
Currently I am running numishare on Windows-Subsystem for Linux (ubuntu) and I copy the content of docker/setup.sh and paste it into an ubuntu terminal. It will make some preparation for the collection in the variable "${COLLECTIONS}". Attention: it will remove all containers as a cleanup.

@esnible
Copy link
Contributor Author

esnible commented Mar 11, 2022

It looks like the Orbeon team themselves have considered creating official images, but it has not happened.
orbeon/orbeon-forms#3321

I tried a few other rando images I saw on Docker hub, but did not have success.

@ewg118
Copy link
Owner

ewg118 commented Sep 20, 2022

Is this still an open issue or has it been resolved?

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

3 participants