lancachenet / monolithic

A monolithic lancache service capable of caching all CDNs in a single instance
https://hub.docker.com/r/lancachenet/monolithic
Other
725 stars 73 forks source link

Local Build Script, for other architectures like arm64. #172

Closed njalooo closed 11 months ago

njalooo commented 1 year ago

This script build the monolithic image locally, from the githubs pages. It's intended for cases like the raspberry pi, which operates on arm64 architecture, which isn't available as an image. See https://github.com/lancachenet/monolithic/issues/171.

njalooo commented 1 year ago

Alright i added a check based on this explenation: https://stackoverflow.com/questions/30543409/how-to-check-if-a-docker-image-with-a-specific-tag-exist-locally/30543453#30543453

VibroAxe commented 11 months ago

Manually merged with some fixes. Thanks @njalooo