-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feature/ubuntu 20.04 excluding composer and chash from git #6
base: 1.11.x
Are you sure you want to change the base?
Feature/ubuntu 20.04 excluding composer and chash from git #6
Commits on Sep 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d45fa56 - Browse repository at this point
Copy the full SHA d45fa56View commit details -
Chamilo.conf merged version between github's docker-chamilo -1.11.x a…
…nd chamilo-lms -1.11.x, this file is only processed at docker build, still need to find out how to everride its content when using dockr run =/
Configuration menu - View commit details
-
Copy full SHA for 1e4caec - Browse repository at this point
Copy the full SHA 1e4caecView commit details -
Docs updated, made some changes to avoid people folowwing step by ste…
…p instructions to get some errors, I've also changed the host and domain used by the current example.
Configuration menu - View commit details
-
Copy full SHA for 51b4ad1 - Browse repository at this point
Copy the full SHA 51b4ad1View commit details -
Updated base iga to ubuntu 20.04, apt install also updates dependenci…
…es, file include ARG instructions to override some values that were before hardcoded, still need to find out how to make the env variables override values when issuing docker run. This file downloads chamilo, composer and chash from github and then performs composer update producing a 3.5GB size docker image. I'm going to summit another pull request that avoids this steps. Finally openssh its removed , docker exec -it ${container_name} /bin/bash could be used in the docker host to get into the running container. Entrypoint inmplemented so container can run in detached mode
Configuration menu - View commit details
-
Copy full SHA for 561022a - Browse repository at this point
Copy the full SHA 561022aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fec724 - Browse repository at this point
Copy the full SHA 1fec724View commit details -
Found a OCI layer 8 problem ( @me =/) we dont need to add .htacess, j…
…ust use one downloaded pron githubs repo =)
Configuration menu - View commit details
-
Copy full SHA for 7bdb248 - Browse repository at this point
Copy the full SHA 7bdb248View commit details -
Configuration menu - View commit details
-
Copy full SHA for c794dcb - Browse repository at this point
Copy the full SHA c794dcbView commit details -
Added composer from ubuntu repo, could not find chash install cantida…
…te from ubuntu repos (downt know whant i've leave behind). Git clone for both previous packages excluded from Dockerfile.. composer update -n on chamilo root also excluded. Got a docker image of only 1GB size.
Configuration menu - View commit details
-
Copy full SHA for 3ea1862 - Browse repository at this point
Copy the full SHA 3ea1862View commit details -
Found that when getting chamilo from github, composer update -n must …
…be run. This step take a while to execute. But in the end got a 1.97GB docker image.
Configuration menu - View commit details
-
Copy full SHA for 93fb59f - Browse repository at this point
Copy the full SHA 93fb59fView commit details -
Docs updated to remommend doing customizations in the build phase, I …
…still hope to allow container customization throght ENV variables
Configuration menu - View commit details
-
Copy full SHA for 3f4c3d7 - Browse repository at this point
Copy the full SHA 3f4c3d7View commit details
Commits on Sep 13, 2020
-
php-fpm added, ENV variable substitutions command deleted, images are…
… suposed to maintain ${variables} so they can be substituted by docker run command
Configuration menu - View commit details
-
Copy full SHA for 20705e6 - Browse repository at this point
Copy the full SHA 20705e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d7be4 - Browse repository at this point
Copy the full SHA 13d7be4View commit details