oracle/docker-images

Slim Oracle Database image

Open

#1.265 geöffnet am 2. Mai 2019

Auf GitHub ansehen
 (1 Kommentar) (5 Reaktionen) (1 zugewiesene Person)Shell (5.379 Forks)batch import
databasehelp wantedquestion

Repository-Metriken

Stars
 (6.139 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 10h) (2 gemergte PRs in 30 T)

Beschreibung

We are migrating from the Docker store/oracle/database-enterprise:12.2.0.1-slim image to building from this GH repo using the SingleInstance files.

One thing we've noticed immediately is that the size of the resulting images is 3x bigger (2G for the store -slim image, 6G for the GH version).

Aside from using the --squash experimental Docker feature, are there aspects of the Oracle Database image that could safely be removed? We note the products/ space seems to be where the bulk of the file size is, but we're not sure if there are possibly optional components that we could safely remove in our post-setup step.

Contributor Guide