-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add edxapp-nginx extras #184
Conversation
The question is: do we really need the "non-slim" images... is slim not the one and only edxapp-nginx image!? |
Of course we won't build or use non-slim image! This table's purpose is to quantify the image size variation with and without |
dcd779a
to
8fb728e
Compare
@lunika I've added a fixup commit for your comment. Feel free to review it once again 🙏 |
f1440ac
to
d571494
Compare
b91e1e3
to
ff435b1
Compare
ff435b1
to
e3d39ee
Compare
We need a way to bundle an openedx release assets with the nginx image that will serve them to avoid side-effects in our deployment procedure (see the Arnold project). Current work copy files collected in the edxapp release and replace duplicates by symlinks to save disk space and network bandwidth (up to 65%): dogwood.3-1.2.1 529MB dogwood.3-1.2.1-slim 198MB eucalyptus.3-1.1.1 573MB eucalyptus.3-1.1.1-slim 222MB hawthorn.1-3.0.0 959MB hawthorn.1-3.0.0-slim 320MB hawthorn.1-oee-3.0.0 960MB hawthorn.1-oee-3.0.0-slim 320MB *-slim images have been generated with the aforementioned optimization.
We now use the latest docker-compose release. Release notes: https://github.com/docker/compose/releases/tag/1.25.1
We recently cleaned and renamed branches from our edx/edx-platform branch. The `fun/whitebrand` has been renamed `eucalyptus.3-wb` for cross-project consistency.
e3d39ee
to
7de4bed
Compare
Purpose
We need a way to bundle an openedx release assets with the
nginx
image that will serve them to avoid side-effects in our deployment procedure (see the Arnold project).Proposal
Current work copy files collected in the edxapp release and replace duplicates by symlinks to save disk space and network bandwidth (up to 65%):
*-slim images have been generated with the aforementioned optimization.
During this work, I've also:
docker-compose
release to1.25.1
eucalyptus/3/wb
git branch reference