codeigniter4-docker icon indicating copy to clipboard operation
codeigniter4-docker copied to clipboard

Build fail: missing asset/ecw/hexagon.zip

Open atsanna opened this issue 2 years ago • 2 comments

hexagon.zip contain ERDAS-ECW_JPEG_2000_SDK-5.5.0

File asset/ecw/hexagon.zip is 291.46 MB; this exceeds GitHub's file size limit of 100.00 MB

error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.

I am thinking of removing this component from the repository

atsanna avatar Jun 18 '22 09:06 atsanna

Is there a workaround in the meantime? 👋 new here, thanks!

roblingle avatar Jun 27 '22 15:06 roblingle

The images published in the Docker Hub are complete and functional.

In case you want to build your own image, you have two ways:

First way (example for Dockerfile, look for equivalent lines for Dockerfile-php7.4 and Dockerfile-php8.0):

  • Comment out all lines 122 to 133
  • Comment out line 167
  • Comment out line 189
  • Compile

Second way:

  • Download the missing hexagonal.zip package from https://download.hexagongeospatial.com/en/downloads/ecw/erdas-ecw-jp2-sdk-v5-5-windows and copy it to /asset/ecw/hexagon.zip
  • Build the image normally

atsanna avatar Jun 30 '22 16:06 atsanna