Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Upstream
Gitea
Commits
dab38c37
Commit
dab38c37
authored
6 years ago
by
Jakob Ackermann
Committed by
techknowlogick
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[docker] drop the docker Makefile from the image (#6507)
parent
0081cd8d
main
release/v1.10
release/v1.11
release/v1.12
release/v1.13
release/v1.14
release/v1.15
release/v1.16
release/v1.17
release/v1.18
release/v1.9
v1.19.0-dev
v1.18.1
v1.18.0
v1.18.0-rc1
v1.18.0-rc0
v1.18.0-dev
v1.17.4
v1.17.3
v1.17.2
v1.17.1
v1.17.0
v1.17.0-rc2
v1.17.0-rc1
v1.17.0-dev
v1.16.9
v1.16.8
v1.16.7
v1.16.6
v1.16.5
v1.16.4
v1.16.3
v1.16.2
v1.16.1
v1.16.0
v1.16.0-rc1
v1.16.0-dev
v1.15.11
v1.15.10
v1.15.9
v1.15.8
v1.15.7
v1.15.6
v1.15.5
v1.15.4
v1.15.3
v1.15.2
v1.15.1
v1.15.0
v1.15.0-rc3
v1.15.0-rc2
v1.15.0-rc1
v1.15.0-dev
v1.14.7
v1.14.6
v1.14.5
v1.14.4
v1.14.3
v1.14.2
v1.14.1
v1.14.0
v1.14.0-rc2
v1.14.0-rc1
v1.14.0-dev
v1.13.7
v1.13.6
v1.13.5
v1.13.4
v1.13.3
v1.13.2
v1.13.1
v1.13.0
v1.13.0-rc2
v1.13.0-rc1
v1.13.0-dev
v1.12.6
v1.12.5
v1.12.4
v1.12.3
v1.12.2
v1.12.1
v1.12.0
v1.12.0-rc2
v1.12.0-rc1
v1.12.0-dev
v1.11.8
v1.11.7
v1.11.6
v1.11.5
v1.11.4
v1.11.3
v1.11.2
v1.11.1
v1.11.0
v1.11.0-rc2
v1.11.0-rc1
v1.11.0-dev
v1.10.6
v1.10.5
v1.10.4
v1.10.3
v1.10.2
v1.10.1
v1.10.0
v1.10.0-rc2
v1.10.0-rc1
v1.10.0-dev
v1.9.6
v1.9.5
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.9.0-rc2
v1.9.0-rc1
No related merge requests found
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
Dockerfile
+1
-1
Dockerfile
docker/root/etc/nsswitch.conf
+0
-0
docker/root/etc/nsswitch.conf
docker/root/etc/profile.d/gitea.sh
+0
-0
docker/root/etc/profile.d/gitea.sh
docker/root/etc/s6/.s6-svscan/finish
+0
-0
docker/root/etc/s6/.s6-svscan/finish
docker/root/etc/s6/gitea/finish
+0
-0
docker/root/etc/s6/gitea/finish
docker/root/etc/s6/gitea/run
+0
-0
docker/root/etc/s6/gitea/run
docker/root/etc/s6/gitea/setup
+0
-0
docker/root/etc/s6/gitea/setup
docker/root/etc/s6/openssh/finish
+0
-0
docker/root/etc/s6/openssh/finish
docker/root/etc/s6/openssh/run
+0
-0
docker/root/etc/s6/openssh/run
docker/root/etc/s6/openssh/setup
+0
-0
docker/root/etc/s6/openssh/setup
docker/root/etc/ssh/sshd_config
+0
-0
docker/root/etc/ssh/sshd_config
docker/root/etc/templates/app.ini
+0
-0
docker/root/etc/templates/app.ini
docker/root/usr/bin/entrypoint
+0
-0
docker/root/usr/bin/entrypoint
with
1 addition
and
1 deletion
+1
-1
Dockerfile
View file @
dab38c37
...
...
@@ -56,6 +56,6 @@ VOLUME ["/data"]
ENTRYPOINT
["/usr/bin/entrypoint"]
CMD
["/bin/s6-svscan", "/etc/s6"]
COPY
docker /
COPY
docker
/root
/
COPY
--from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
RUN
ln
-s
/app/gitea/gitea /usr/local/bin/gitea
This diff is collapsed.
Click to expand it.
docker/etc/nsswitch.conf
→
docker/
root/
etc/nsswitch.conf
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/profile.d/gitea.sh
→
docker/
root/
etc/profile.d/gitea.sh
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/s6/.s6-svscan/finish
→
docker/
root/
etc/s6/.s6-svscan/finish
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/s6/gitea/finish
→
docker/
root/
etc/s6/gitea/finish
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/s6/gitea/run
→
docker/
root/
etc/s6/gitea/run
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/s6/gitea/setup
→
docker/
root/
etc/s6/gitea/setup
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/s6/openssh/finish
→
docker/
root/
etc/s6/openssh/finish
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/s6/openssh/run
→
docker/
root/
etc/s6/openssh/run
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/s6/openssh/setup
→
docker/
root/
etc/s6/openssh/setup
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/ssh/sshd_config
→
docker/
root/
etc/ssh/sshd_config
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/etc/templates/app.ini
→
docker/
root/
etc/templates/app.ini
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
docker/usr/bin/entrypoint
→
docker/
root/
usr/bin/entrypoint
View file @
dab38c37
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help