-
Notifications
You must be signed in to change notification settings - Fork 801
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
Did this get taken off the Docker repos? #118
Comments
I am getting the same error. The same error happened on Oct 6, 2017 (see #70). |
@wnameless Do you know how to resolve this error? |
Unfortunately, I received a DMCA Takedown Notice from Docker Hub early today. |
I understand. Thank you for sharing the reason. |
That's a pitty. Do you know of alternatives which don't require to buy a license if the image is just used in integration tests? |
@felixbarny You can build the official docker image from here: https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance/ (I was able to build and use the XE and the Standard Edition db's without license). The enterprise requires a license of course. |
Thanks for the tip. Do I see it right that there is currently no out-of-the-box docker image for Oracle XE that I can just pull from docker hub? |
You can still (at least as long as this repo exists) just clone down this repo and just build it, so I'm back up and running, with:
|
I assure you this is not the case, that we want you to use Oracle 18c XE instead! I'm trying to find out why the DMCA has been issued. Please bare with me.
That is correct, I'm trying to resolve this and have an official Oracle XE image on Docker Hub, however, this is not a technical but legal/business practices discussion. Please bare with us on that as well. |
Good luck @gvenzl! We're all on the edge of our seats here. |
I fully understand! |
is there a way to build these images by downloading directly from oracle. it is evident that oracle don't want to support earlier versions. but some people like me are stuck with it. |
If I understand you right, that is exactly what this repo is doing, so you can just use it as before; the difference until they can fix it, is that you can't directly pull it from dockerhub, so you will have to clone it and docker build it yourself as @maludwig explained |
Hi, I am trying to build the image from this repo and running into this error. Was anyone able to build the container successfully? git clone [email protected]:wnameless/docker-oracle-xe-11g.git (I used the above commands to build the image. I think I don't have enough permissions on my side) Processing triggers for libc-bin (2.27-3ubuntu1) ... |
i think i didn't express correctly. as this repo is not official, i though of building this in mylocal itself. while building from this repo, i faced some issues. so i had to use unofficial repo. now this has been taken down. building image also tougher one. if this working repo fine. i'm happy with building in my local for development. |
I was able to build an image locally on my machine. I have saved the image and able to load the same into my docker environment using docker load command.
|
@maludwig the real MVP |
@gvenzl any news? |
@gvenzl More and more Open Source projects will now choose to just not test against Oracle. It doesn't seem like dwindling support for Oracle databases is in the best interest of Oracle. |
As maintainer of https://github.com/SOCI/soci/ I can only second @felixbarny point. To keep the library tested on CI services against Oracle it has been PITA and required numerous hacks and workaround since ~2015:
Kudos to @cbandy for his downloader magically filling the bloody web form! https://github.com/nanodbc/nanodbc/ is another library I maintain which I'd like to test against Oracle, but I can't convince myself to go through the terrible experience again. Mind you, ISO C++ WG21 SG11 is working on database interfaces and Oracle is going to be an important testing target for reference implementations people would like to contribute to the C++ community. I understand the management at Oracle may not give a damn about FOSS, but please re-consider and have mercy! @gvenzl good luck! |
I actually got permission from oracle to release https://github.com/Vincit/travis-oracledb-xe installer, which allows installing oracle g11 on for example travis CI, without too much hassle. Though I liked this docker image a lot more. I hope someone (maybe even me in distant future) have chance to re-release docker versions of the XE stuff with their blessing. |
Any updates @gvenzl why the DMCA has been issued? |
BTW I "forked" the repo and built the docker image on our CI with no problems at all and pushed it to our company private docker registry. Really good work @wnameless , thanks for making this repo in the fist place. |
I was joking but now I'm not so sure: https://spectrum.ieee.org/view-from-the-valley/at-work/tech-careers/oracle-swings-the-layoff-axe-and-clearcuts-teams-of-engineers |
Hi @hoto, no I'm still here and still working on this. :) I also just provided the latest update over at oracle/docker-images#1156 Unfortunately I couldn't find out yet why we issued the DMCA. |
Source: https://github.com/Vincit/travis-oracledb-xe Author of the instaler, @elhigu, received permission from Oracle to release this installer for use with Travis CI and others: wnameless/docker-oracle-xe-11g#118 (comment) Switch from apt-fast to apt-get. Due to issues with certificate and/or keyserver, installation of apt-fast has often been failing.
I tried your way and kept getting this error
Any workaround ? |
@abdul-elah-js setup your github ssh keys or use https cloning. |
For travis users I wrote example project for setting up oracledb 18c xe + node drivers https://github.com/elhigu/travis-node-oracle-18-xe |
This is back on Docker Hub: https://hub.docker.com/r/wnameless/oracle-xe-11g-r2/ @wnameless does this mean that the licensing issues / DMCA problems have been resolved? |
For all who are interested, now Oracle provides the official images: https://hub.docker.com/r/gvenzl/oracle-xe |
Just wanted to thank @wnameless for all the years of running and supporting the project. |
Did this get taken off the Docker repos? I'm getting a 404 now, and "docker pull wnameless/oracle-xe-11g" isn't working.
The text was updated successfully, but these errors were encountered: