summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorlimiting-factor <limiting-factor@posteo.com>2024-08-07 15:04:05 +0200
committerEarl Warren <contact@earl-warren.org>2024-08-19 09:44:04 +0200
commitb6efebc2374d0911760764aab6e8a290dcd4a0a1 (patch)
treefcba2517c0cce45e8f0266b07506b71f9da622b4 /Dockerfile
parentMerge pull request 'Update dependency @stylistic/stylelint-plugin to v3.0.1 (... (diff)
downloadforgejo-b6efebc2374d0911760764aab6e8a290dcd4a0a1.tar.xz
forgejo-b6efebc2374d0911760764aab6e8a290dcd4a0a1.zip
feat: add forgejo-cli to the container images
When the Forgejo CLI binary is `forgejo-cli`, the `--verbose` or `--quiet` arguments are available globally for all sub-commands. The same sub-commands can be used with `forgejo forgejo-cli`, those flags are not available.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index eba2fb97d3..736a2c694c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -103,5 +103,6 @@ CMD ["/bin/s6-svscan", "/etc/s6"]
COPY --from=build-env /tmp/local /
RUN cd /usr/local/bin ; ln -s gitea forgejo
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
+RUN ln /app/gitea/gitea /app/gitea/forgejo-cli
COPY --from=build-env /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini
COPY --from=build-env /go/src/code.gitea.io/gitea/contrib/autocompletion/bash_autocomplete /etc/profile.d/gitea_bash_autocomplete.sh