Oracle Not enough space to unpack image, possibly exceeds maximum of 8GB uncompressed

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

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?

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

Your image size is different than your volume size. You’ll have to show the error here.

FYI if I download that image locally to take a look it gets to over 11GB

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.