NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

[root@blr00afb dockerfiles]# sh buildDockerImage.sh -v 12.2.1.3
Checking if required packages are present and valid...
fmw_12.2.1.3.0_wcsites_Disk1_1of1.zip: OK
=====================
Building image 'oracle/wcsites:12.2.1.3' ...
Building image command: docker build --force-rm=true --no-cache=true -t oracle/wcsites:12.2.1.3 -f Dockerfile
Sending build context to Docker daemon 530.2 MB
Step 1/12 : FROM oracle/fmw-infrastructure:12.2.1.3
---> af7f85d0f3d8
Step 2/12 : USER root
---> Running in 732f354496d9
---> b82bf2b43dd5
Removing intermediate container 732f354496d9
Step 3/12 : ENV ORACLE_HOME /u01/oracle USER_MEM_ARGS "-Djava.security.egd=file:/dev/./urandom" DOMAIN_NAME "${DOMAIN_NAME:-base_domain}" DOMAIN_ROOT "${DOMAIN_ROOT:-/u01/oracle/user_projects/domains}" DOMAIN_HOME "${DOMAIN_ROOT:-/u01/oracle/user_projects/domains}/${DOMAIN_NAME:-base_domain}" PATH $PATH:$JAVA_HOME/bin:$ORACLE_HOME/oracle_common/common/bin SITES_CONTAINER_SCRIPTS /u01/oracle/sites-container-scripts SITES_INSTALLER_PKG wcs-wls-docker-install SITES_PKG fmw_12.2.1.3.0_wcsites_Disk1_1of1.zip SITES_JAR fmw_12.2.1.3.0_wcsites.jar ADMIN_PORT 7001 WCSITES_PORT 7002 ADMIN_SSL_PORT 9001 WCSITES_SSL_PORT 9002
---> Running in 78f1a49930aa
---> d5976e6283fa
Removing intermediate container 78f1a49930aa
Step 4/12 : COPY sites-container-scripts/* $SITES_CONTAINER_SCRIPTS/
---> d826e173176c
Removing intermediate container d6a25c46882c
Step 5/12 : COPY $SITES_INSTALLER_PKG /u01/$SITES_INSTALLER_PKG
---> 23e904d15de1
Removing intermediate container 51866e3d84e4
Step 6/12 : COPY $SITES_PKG install.file oraInst.loc /u01/
---> cc5d08e22dfa
Removing intermediate container f8f4540e8d38
Step 7/12 : RUN yum install -y yum clean all && mkdir -p /u01 /u01/oracle /u01/oracle/logs && chmod a+xr /u01 && chown oracle:oracle -R /u01 && chmod a+xr -R /u01/oracle/*.* && chmod a+xr $SITES_CONTAINER_SCRIPTS/*.*
---> Running in 5930514f104b
Loaded plugins: ovl, ulninfo
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Trying other mirror.


One of the configured repositories failed (Latest Unbreakable Enterprise Kernel Release 4 for Oracle Linux 7Server (x86_64)),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=ol7_UEKR4 ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable ol7_UEKR4
or
subscription-manager repos --disable=ol7_UEKR4

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=ol7_UEKR4.skip_if_unavailable=true

failure: repodata/repomd.xml from ol7_UEKR4: [Errno 256] No more mirrors to try.
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
http://yum.oracle.com/repo/OracleLinux/OL7/UEKR4/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to yum.oracle.com:80; Operation now in progress"
Removing intermediate container 5930514f104b
The command '/bin/sh -c yum install -y yum clean all && mkdir -p /u01 /u01/oracle /u01/oracle/logs && chmod a+xr /u01 && chown oracle:oracle -R /u01 && chmod a+xr -R /u01/oracle/*.* && chmod a+xr $SITES_CONTAINER_SCRIPTS/*.*' returned a non-zero code: 1
There was an error building the image.
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.