Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | locate docker command during running time | Baiju Muthukadan | 2014-06-06 | 2 | -8/+20 |
| | |||||
* | use 'docker.io' command instead of 'docker' | Baiju Muthukadan | 2014-06-05 | 2 | -8/+8 |
| | |||||
* | Remove 'ENV DEBIAN_FRONTEND noninteractive' | Meaglith Ma | 2014-05-01 | 6 | -39/+0 |
| | |||||
* | Fixed codename match issue, when using `FROM ubuntu` wil be pulled latest image | fundon | 2014-04-27 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:gogits/gogs into dev | Unknown | 2014-04-25 | 1 | -1/+1 |
|\ | |||||
| * | explicitly install sudo | Steven Pav | 2014-04-25 | 1 | -1/+1 |
| | | | | | | ```deploy.sh``` in the docker container requires ```sudo```; this should resolve #127. | ||||
* | | delete superfluous environment variables | fundon | 2014-04-25 | 1 | -2/+0 |
|/ | |||||
* | Missed one typo while fixing another... on the same line. Deplorable effort ↵ | Michael Dyrynda | 2014-04-24 | 1 | -1/+1 |
| | | | | on my part! @bradleyfalzon | ||||
* | fixed typo | Michael Dyrynda | 2014-04-24 | 1 | -2/+2 |
| | |||||
* | Add memcached and redis Docker supported | Meaglith Ma | 2014-04-23 | 1 | -1/+1 |
|\ | |||||
| * | Fix grammar | Girish Ramakrishnan | 2014-04-22 | 1 | -3/+4 |
| | | |||||
| * | Update README.md | crystaldust | 2014-04-16 | 1 | -3/+5 |
| | | | | | | Add the instruction of installing gogs with PostgreSQL | ||||
* | | Add the configs comments, and update the README.md file | crystaldust | 2014-04-23 | 2 | -37/+18 |
| | | |||||
* | | Remove the dependency of Unkwon/com, since gogs has already integrate the ↵ | crystaldust | 2014-04-23 | 1 | -1/+0 |
| | | | | | | | | lateset version of Unkwon/com. | ||||
* | | Update the githu.com/Unknwon/com module before getting gogs. | crystaldust | 2014-04-23 | 1 | -0/+1 |
| | | |||||
* | | Change the image naming, start with "gogits/" | crystaldust | 2014-04-23 | 1 | -8/+43 |
| | | |||||
* | | Add the MEM db config replacement script in the deploy.sh. | crystaldust | 2014-04-22 | 1 | -0/+35 |
| | | |||||
* | | Checkout to the latest dev branch when building the gogs docker image. | crystaldust | 2014-04-22 | 1 | -4/+3 |
| | | |||||
* | | Add the redis Dockerfile | crystaldust | 2014-04-22 | 1 | -0/+14 |
| | | |||||
* | | Add the memcache(d) Dockerfile | crystaldust | 2014-04-22 | 2 | -0/+26 |
| | | |||||
* | | Change the MySQL password placeholder to THE_DB_PASSWORD. | crystaldust | 2014-04-22 | 2 | -1/+3 |
| | | |||||
* | | Allow the user to config the apt source in build.sh | crystaldust | 2014-04-15 | 1 | -0/+6 |
| | | |||||
* | | Add two apt source:aliyun and nchc, make a '#sourcename#' before the RUN ↵ | crystaldust | 2014-04-15 | 1 | -1/+3 |
| | | | | | | | | command to make the apt source configurable in build.sh | ||||
* | | Remove the installation of PostgreSQL, which not needed actually. | crystaldust | 2014-04-15 | 1 | -10/+0 |
|/ | |||||
* | Merge remote-tracking branch 'origin/master' | Lance Ju | 2014-04-16 | 1 | -0/+34 |
|\ | | | | | | | | | Add the support of postgres as the database. (Config the db in the build.sh file, make the DB_TYPE to 'postgres'). | ||||
| * | Update README.md | crystaldust | 2014-04-11 | 1 | -0/+34 |
| | | | | | | Update the guide of how to deploy gogs in docker with the scripts. | ||||
* | | Add the apt source when installing potgres. | Lance Ju | 2014-04-16 | 1 | -1/+5 |
| | | | | | | | | Replace the host with $DB_PORT, which is dependent to the database imagae's exposed port. | ||||
* | | Replace the 'mysql' options with 'db' options in build.sh | Lance Ju | 2014-04-16 | 2 | -16/+20 |
| | | |||||
* | | Add the line to replace the database type. | Lance Ju | 2014-04-16 | 1 | -7/+18 |
| | | | | | | | | Replace the 'mysql' options with 'db' options, makeing the config according to the database type. | ||||
* | | Build the database image by the variable DB_TYPE, but not mysql. | Lance Ju | 2014-04-16 | 1 | -23/+25 |
| | | |||||
* | | Rename the posgresql to postgres, add the Dockerfile for postgres image. | Lance Ju | 2014-04-16 | 2 | -0/+49 |
|/ | |||||
* | Fix the path problem, which will build the mysql image as the gogits image | Lance Ju | 2014-04-11 | 1 | -2/+2 |
| | |||||
* | Add the auto build scripts for deplying gogs with Docker. | Lance Ju | 2014-04-11 | 5 | -32/+41 |
| | |||||
* | Add the scirpts for auto deploy. | crystaldust | 2014-04-10 | 7 | -6/+109 |
| | |||||
* | Update README.md | Meaglith Ma | 2014-04-09 | 1 | -1/+23 |
| | |||||
* | Create README.md | Meaglith Ma | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | Temp commit | Meaglith Ma | 2014-04-06 | 2 | -1/+4 |
| | |||||
* | Update the Golang Dockerfile and add mysql Dockerfile | Meaglith Ma | 2014-04-01 | 3 | -12/+22 |
| | |||||
* | Init dockerfiles folder and base gogs Dockerfile | Meaglith Ma | 2014-04-01 | 6 | -0/+30 |