Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Define CDB/PDB character set and reduce the resulting docker image size #62

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Allosimanius
Copy link

With this change you can define a different character set instead of AL32UTF8 (installation standard) of the CDB and PDBs during the "docker run" command. Also this change will reduce the size of the resulting docker image by 2,5GB by skipping the creation of an orphan overlay.

Possibility to adapt the character set of the databaset to different Values during the docker run command using the "--env" Parameter 
Example:
docker run -d \
 --env CHARSET=WE8ISO8859P1
Saving of 2.5GB in the resulting docker image by avoiding the orphan overlay "/tmp".
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant