aboutsummaryrefslogtreecommitdiffstats
path: root/dockerfiles
Commit message (Collapse)AuthorAgeFilesLines
* locate docker command during running timeBaiju Muthukadan2014-06-062-8/+20
|
* use 'docker.io' command instead of 'docker'Baiju Muthukadan2014-06-052-8/+8
|
* Remove 'ENV DEBIAN_FRONTEND noninteractive'Meaglith Ma2014-05-016-39/+0
|
* Fixed codename match issue, when using `FROM ubuntu` wil be pulled latest imagefundon2014-04-271-1/+2
|
* Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-251-1/+1
|\
| * explicitly install sudoSteven Pav2014-04-251-1/+1
| | | | | | ```deploy.sh``` in the docker container requires ```sudo```; this should resolve #127.
* | delete superfluous environment variablesfundon2014-04-251-2/+0
|/
* Missed one typo while fixing another... on the same line. Deplorable effort ↵Michael Dyrynda2014-04-241-1/+1
| | | | on my part! @bradleyfalzon
* fixed typoMichael Dyrynda2014-04-241-2/+2
|
* Add memcached and redis Docker supportedMeaglith Ma2014-04-231-1/+1
|\
| * Fix grammarGirish Ramakrishnan2014-04-221-3/+4
| |
| * Update README.mdcrystaldust2014-04-161-3/+5
| | | | | | Add the instruction of installing gogs with PostgreSQL
* | Add the configs comments, and update the README.md filecrystaldust2014-04-232-37/+18
| |
* | Remove the dependency of Unkwon/com, since gogs has already integrate the ↵crystaldust2014-04-231-1/+0
| | | | | | | | lateset version of Unkwon/com.
* | Update the githu.com/Unknwon/com module before getting gogs.crystaldust2014-04-231-0/+1
| |
* | Change the image naming, start with "gogits/"crystaldust2014-04-231-8/+43
| |
* | Add the MEM db config replacement script in the deploy.sh.crystaldust2014-04-221-0/+35
| |
* | Checkout to the latest dev branch when building the gogs docker image.crystaldust2014-04-221-4/+3
| |
* | Add the redis Dockerfilecrystaldust2014-04-221-0/+14
| |
* | Add the memcache(d) Dockerfilecrystaldust2014-04-222-0/+26
| |
* | Change the MySQL password placeholder to THE_DB_PASSWORD.crystaldust2014-04-222-1/+3
| |
* | Allow the user to config the apt source in build.shcrystaldust2014-04-151-0/+6
| |
* | Add two apt source:aliyun and nchc, make a '#sourcename#' before the RUN ↵crystaldust2014-04-151-1/+3
| | | | | | | | command to make the apt source configurable in build.sh
* | Remove the installation of PostgreSQL, which not needed actually.crystaldust2014-04-151-10/+0
|/
* Merge remote-tracking branch 'origin/master'Lance Ju2014-04-161-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.mdcrystaldust2014-04-111-0/+34
| | | | | | Update the guide of how to deploy gogs in docker with the scripts.
* | Add the apt source when installing potgres.Lance Ju2014-04-161-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.shLance Ju2014-04-162-16/+20
| |
* | Add the line to replace the database type.Lance Ju2014-04-161-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 Ju2014-04-161-23/+25
| |
* | Rename the posgresql to postgres, add the Dockerfile for postgres image.Lance Ju2014-04-162-0/+49
|/
* Fix the path problem, which will build the mysql image as the gogits imageLance Ju2014-04-111-2/+2
|
* Add the auto build scripts for deplying gogs with Docker.Lance Ju2014-04-115-32/+41
|
* Add the scirpts for auto deploy.crystaldust2014-04-107-6/+109
|
* Update README.mdMeaglith Ma2014-04-091-1/+23
|
* Create README.mdMeaglith Ma2014-04-091-0/+1
|
* Temp commitMeaglith Ma2014-04-062-1/+4
|
* Update the Golang Dockerfile and add mysql DockerfileMeaglith Ma2014-04-013-12/+22
|
* Init dockerfiles folder and base gogs DockerfileMeaglith Ma2014-04-016-0/+30