Cannot run oracle database on fly io
My dockerfile
FROM container-registry.oracle.com/database/express:21.3.0-xe
when i tried to use oracle image on fly i got this message
Not enough space to unpack image, possibly exceeds maximum of 8GB uncompressed
halfer
February 26, 2025, 8:10pm
2
What’s the RAM configuration of your machine, and how much space do you have on your volume?
Is the error from Fly deployment mechanisms or Oracle Express itself?
khuezy
February 26, 2025, 8:18pm
3
The current limitation of images is 8GB. You can use volumes but that adds extra bootup time to pull the db.
i believe it was error from Fly deployment
i already bind volume to /opt/oracle/oradata yet it still failing, last night i tried using lite version of the image, it can boot up but somehow i cant connect to the database
khuezy
February 27, 2025, 4:37am
7
Your image size is different than your volume size. You’ll have to show the error here.
mabis
February 27, 2025, 6:57am
8
erlangga:
express:21.3.0-xe
FYI if I download that image locally to take a look it gets to over 11GB
system
Closed
March 6, 2025, 6:58am
9
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.