Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docker: clean up never used files (#6080) | ᴜɴᴋɴᴡᴏɴ | 2020-04-09 |
| | |||
* | Use go-bindata to embed `public` and `templates` files into binary (#5920) | Michael Li | 2020-02-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed private repositories are hidden in the organization's view * use go-bindata integrate public and templates files to gogs binary * optimize Dockerfile don't COPY public and templates files * use kevinburke's go-bindata to generate assets code * reset develepment as default run mode in configure file * optimize generated assets code relayout and help function * fixed code format * Update conf/app.ini * assets: add LICENSE headers * Some housekeeping * assets/public: simplify code logic * assets/templates: simplify code logic * cmd/web: more concise variable names * Minor changes * Add custom public and templates support back Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | Dockerfile: always use alpine:latest (#5714) | unknwon | 2019-08-10 |
| | |||
* | dockerfile: add rsync (#5773) | Pablo Alcantara | 2019-08-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add rsync to docker. Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. | ||
* | docker: allow setting UID and GID when running a container (#4776) | Robert Beal | 2017-10-13 |
| | | | | | | * Allow setting the UID and GID when running a docker container via shadow * Disable password login via usermod (fix leaving user in insecure state) | ||
* | adapt Dockerfile.aarch64 (#4210) | atzoum | 2017-02-28 |
| | |||
* | Dockerfile for aarch64 (odroid c2 & pine64) (#4018) | atzoum | 2017-01-23 |