Dom

@Navus

Joined on Sep 27, 2021

  • Building Oracle Database container images IMPORTANT: You will have to provide the installation binaries of Oracle Database (except for Oracle Database 18c XE and 21c XE) and put them into the dockerfiles/ folder. You only need to provide the binaries for the edition you are going to install. The binaries can be downloaded from the Oracle Technology Network, make sure you use the linux link: Linux x86-64. The needed file is named linuxx64__database.zip. You also have to make sure to have internet connectivity for yum. Note that you must not uncompress the binaries. The script will handle that for you and fail if you uncompress them manually! Before you build the image make sure that you have provided the installation binaries and put them into the right folder. Once you have chosen which edition and version you want to build an image of, go into the dockerfiles folder and run the buildContainerImage.sh script: Download binary Move the binary to experiments/oracle/dockerfiles/ (DONT UNZIP IT) Run ./buildContainerImage.sh -v <version> -s -t <your-image-tag> Run ./buildFastBoot.sh -i my-oracle-image -o dev-clone.redgate-platform.com:9632/oracle/database:<version> -s ORCLCDB Login to Docker container
     Like  Bookmark
  • Find out where kubeconfig is remote [[ ! -z "$KUBECONFIG" ]] && echo "$KUBECONFIG" || echo "$HOME/.kube/config" Copy remote kubeconfig to local machine rsync / scopy Replace private IP Address to public IP address of the remote machine in remote kubeconfig
     Like  Bookmark