[PR #386] [MERGED] Fixing multiple docker issues #15350

Closed
opened 2025-11-02 11:44:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/386
Author: @tboerger
Created: 12/14/2016
Status: Merged
Merged: 12/15/2016
Merged by: @lunny

Base: masterHead: docker-fixes


📝 Commits (5)

  • 03e4953 Added stupid docker task to makefile
  • 4e2f9a0 Dropped unknown option PrintLastLog from docker ssh config
  • d861279 OpenSSH should log to docker stdout
  • 181ad58 Set random pw for docker git user, otherwise it is locked
  • b01cf8f Stop using templates and public within docker

📊 Changes

4 files changed (+8 additions, -6 deletions)

View changed files

📝 Dockerfile (+2 -4)
📝 Makefile (+5 -0)
📝 docker/etc/s6/openssh/run (+1 -1)
📝 docker/etc/ssh/sshd_config (+0 -1)

📄 Description

Fixes #377


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/386 **Author:** [@tboerger](https://github.com/tboerger) **Created:** 12/14/2016 **Status:** ✅ Merged **Merged:** 12/15/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `docker-fixes` --- ### 📝 Commits (5) - [`03e4953`](https://github.com/go-gitea/gitea/commit/03e49531d1f5a72e3d4a90f9e3f80520d8842a49) Added stupid docker task to makefile - [`4e2f9a0`](https://github.com/go-gitea/gitea/commit/4e2f9a0981b060201186e3aaa3da111f221e2dfa) Dropped unknown option PrintLastLog from docker ssh config - [`d861279`](https://github.com/go-gitea/gitea/commit/d8612795dd8bd8c2621aa5a4c5b9c9a1bb8b0978) OpenSSH should log to docker stdout - [`181ad58`](https://github.com/go-gitea/gitea/commit/181ad586b9c20d800c19e583d44bbcea22d9c29b) Set random pw for docker git user, otherwise it is locked - [`b01cf8f`](https://github.com/go-gitea/gitea/commit/b01cf8ff6c021148d0498e107a10fac55df5ccdc) Stop using templates and public within docker ### 📊 Changes **4 files changed** (+8 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+2 -4) 📝 `Makefile` (+5 -0) 📝 `docker/etc/s6/openssh/run` (+1 -1) 📝 `docker/etc/ssh/sshd_config` (+0 -1) </details> ### 📄 Description Fixes #377 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:44:37 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15350