MaksymBilenko / docker-oracle-12c

:whale: Docker image with Oracle Database 12c on board
Apache License 2.0
679 stars 285 forks source link

No longer on Docker Hub? #128

Closed clphillips closed 5 years ago

clphillips commented 5 years ago

I noticed this image is no longer available on docker hub. Any reason why?

MaksymBilenko commented 5 years ago

yes, its been deleted, no reason reported from docker hub for now...

MaksymBilenko commented 5 years ago

but still you can run docker build from this repo

tgabi333 commented 5 years ago

FCUK :(

ChaosEngine commented 5 years ago

Any official explanation from Docker guys why this happened?

marazt commented 5 years ago

Hi. It seems that image sath89/oracle-12c-base was removed too. At the end of the file oracle_base/Dockerfile there is command ADD oracle-12c.tar.gz. What exactly does this archive contains? I would like to be able to build whole image myself.

Thanks

marazt commented 5 years ago

Any official explanation from Docker guys why this happened?

From another removed Docker repo (Oracle 11g):

Since 2019-Feb-13(the Valentine's day eve) this docker image has been removed by DockerHub due to the Docker DMCA Takedown Notice from the Copyright owner which is the Oracle.

delfer commented 5 years ago

I've made copy (docker save & xz) https://delfer.ams3.cdn.digitaloceanspaces.com/sath89_oracle-12c.tar.xz Download it until I delete this.

edpichler commented 5 years ago

Hi. It seems that image sath89/oracle-12c-base was removed too. At the end of the file oracle_base/Dockerfile there is command ADD oracle-12c.tar.gz. What exactly does this archive contains? I would like to be able to build whole image myself.

Thanks

Have you discovered what is this file? I tried to download the Oracle installer but it does not work. It seems just a compressed oracle home dir, but I am not sure.

@MaksymBilenko could you tell us what is the oracle-12c.tar.gz file?

MaksymBilenko commented 5 years ago

@edpichler The issue is that docker hub doesn't have any swap in builders. That's why I've made installation from oracle installer manually and then compressed installed oracle home dir into oracle-12c.tar.gz file... I think that if we would use bitbucket we would be able to make this fully automated build.

edpichler commented 5 years ago

@edpichler The issue is that docker hub doesn't have any swap in builders. That's why I've made installation from oracle installer manually and then compressed installed oracle home dir into oracle-12c.tar.gz file... I think that if we would use bitbucket we would be able to make this fully automated build.

Got it, it's a fully compressed home dir! Haven't you uploaded it in some place? I tried to create one but did not worked.

MaksymBilenko commented 5 years ago

Also having issues with tnslsnr.... I'll update this thread if I would have a chance to make it work

MaksymBilenko commented 5 years ago

@delfer May I ask you to export this with layers info


ee3351d51185        8 months ago        /bin/sh -c #(nop)  CMD [""]                     0B                  
<missing>           8 months ago        /bin/sh -c #(nop)  ENTRYPOINT ["/entrypoint.…   0B                  
<missing>           8 months ago        /bin/sh -c #(nop)  VOLUME [/docker-entrypoin…   0B                  
<missing>           8 months ago        /bin/sh -c #(nop)  EXPOSE 8080                  0B                  
<missing>           8 months ago        /bin/sh -c #(nop)  EXPOSE 1521                  0B                  
<missing>           8 months ago        /bin/sh -c apt-get update && apt-get -y inst…   11.3MB              
<missing>           8 months ago        /bin/sh -c #(nop) ADD file:0dbb290587db286f5…   5.09kB              
<missing>           8 months ago        /bin/sh -c #(nop)  ENV USE_UTF8_IF_CHARSET_E…   0B                  
<missing>           8 months ago        /bin/sh -c #(nop)  ENV PATH=/usr/local/sbin:…   0B                  
<missing>           8 months ago        /bin/sh -c #(nop)  ENV DBCA_TOTAL_MEMORY=2048   0B                  
<missing>           8 months ago        /bin/sh -c #(nop)  ENV WEB_CONSOLE=true         0B                  
<missing>           3 years ago         /bin/sh -c #(nop) ADD file:f4dfef572d9518714…   5.5GB               
<missing>           3 years ago         /bin/sh -c groupadd --gid 1001 dba && userad…   334kB               
<missing>           3 years ago         /bin/sh -c ln -s /usr/bin/awk /bin/awk          12B                 
<missing>           3 years ago         /bin/sh -c apt-get update && apt-get install…   946kB               
<missing>           3 years ago         /bin/sh -c #(nop) ENV ORACLE_SID=xe             0B                  
<missing>           3 years ago         /bin/sh -c #(nop) ENV ORACLE_HOME=/u01/app/o…   0B                  
<missing>           3 years ago         /bin/sh -c #(nop) ENV DEBIAN_FRONTEND=nonint…   0B                  
<missing>           3 years ago         /bin/sh -c #(nop) MAINTAINER Maksym Bilenko …   0B                  
<missing>           3 years ago         /bin/sh -c #(nop) CMD ["/bin/bash"]             0B                  
<missing>           3 years ago         /bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$…   1.9kB               
<missing>           3 years ago         /bin/sh -c echo '#!/bin/sh' > /usr/sbin/poli…   195kB               
<missing>           3 years ago         /bin/sh -c #(nop) ADD file:531ac3e55db4293b8…   188MB ```

Or maybe you would be able to restore base image?
MaksymBilenko commented 5 years ago

Database available at quay.io/maksymbilenko/oracle-12c:latest quay.io/maksymbilenko/oracle-12c:novnc This is SE2