-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
type: feature-requestNew feature or requestNew feature or request
Description
π Feature description
Currently postiz ghcr image size is ~5GB, can we not optimize this?
I see we are using dockerfile.dev for deployment images as well.
From the dockerfile.dev, i could infer that we are currently not doing any sort of multi staging for setup, if we do that, i think we can reduce teh img size to at least 1-1.5GB.
π€ Why is this feature needed ?
Following reasons:
- Increased storage though we can have lighter size
- Longer deployement time, due to image size (just for pulling)
These are something I personally failed. I tried self hosting locally before on VPS, so mostly took much higher time locally. But otherwise too, 5GB is too big I feel.
βοΈ How do you aim to achieve this?
Afaik and have seen the CI/CD setup and understood, we are simply directly creating a deployment image without multi staging, so introducing that should reduce the image size.
ποΈ Additional Information
No response
π Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
Metadata
Metadata
Assignees
Labels
type: feature-requestNew feature or requestNew feature or request