summaryrefslogtreecommitdiffstats
path: root/dockerfiles/images
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'ENV DEBIAN_FRONTEND noninteractive'Meaglith Ma2014-05-015-10/+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
|/
* 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
|
* 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
|
* 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
|
* 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.
* 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.
* Rename the posgresql to postgres, add the Dockerfile for postgres image.Lance Ju2014-04-162-0/+49
|
* Add the auto build scripts for deplying gogs with Docker.Lance Ju2014-04-114-23/+35
|
* Add the scirpts for auto deploy.crystaldust2014-04-104-6/+41
|
* 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