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
- 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
# 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