Skip to content

MaciejGGH/IPC_LAB

Repository files navigation

IPC LAB

Getting started

Copy Informatica 10.2 installation binnaries to informatica/software

Build ipc:software and ipc:final images

$ ./bake build software
$ ./bake build final

Make a copy of .env.example

$ cp .env.example .env

Run docker-compose
IMPORTANT: Provided docker-compose.yml file requires you to have oracle/database:12.2.0.1-ee image.

$ docker-compose up

Informatica images

  • ipc_lab/ipc:software
  • ipc_lab/ipc:base-os
  • ipc_lab/ipc:final-os
  • ipc_lab/ipc:installer
  • ipc_lab/ipc:installed
  • ipc_lab/ipc:final

Building intermediate images

# To build ipc_lab/ipc:software
$ ./bake build software

# To build ipc_lab/ipc:base-os
$ ./bake build base-os

# To build ipc_lab/ipc:final-os
$ ./bake build final-os

# To build ipc_lab/ipc:installer
$ ./bake build installer

# To build ipc_lab/ipc:installed
$ ./bake build installed

# To build ipc_lab/ipc:final
$ ./bake build final

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published