xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit c8bc0ff648b60aa159c2a83d8ab1db3c574f19c3

Avoid caching in docker
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-03-14 16:32
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-03-14 16:32
Parent(s): fe5d01344b9131edeb2812f72549bf74d8242653
Signing key:
Tree: d75bab853b565dcd9566004223c7aa3d51f2199d
File Lines added Lines deleted
docker/Dockerfile-rocketgit.tmpl 2 2
File docker/Dockerfile-rocketgit.tmpl changed (mode: 100644) (index e68f7a1..fcedac7)
... ... COPY rg.sh /
13 13
14 14 CMD ["/rg.sh"] CMD ["/rg.sh"]
15 15
16 RUN dnf -y upgrade --best --allowerasing
16 RUN dnf -y upgrade --best --allowerasing; echo @@VER@@
17 17 RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm RUN dnf -y install http://kernel.embedromix.ro/dinorepo-0.0.10-1.noarch.rpm
18 18 RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode RUN dnf -y install psmisc procps-ng sendmail php-opcache qrencode
19 RUN dnf -y --disablerepo=* --enablerepo dinorepo clean all; echo no_cache_1
19 RUN dnf -y --disablerepo=* --enablerepo dinorepo clean all
20 20 RUN dnf -y install rocketgit-@@VER@@ RUN dnf -y install rocketgit-@@VER@@
21 21
22 22 RUN sed -i -e 's|;opcache.enable_cli=.*|opcache.enable_cli=1|' /etc/php.d/10-opcache.ini RUN sed -i -e 's|;opcache.enable_cli=.*|opcache.enable_cli=1|' /etc/php.d/10-opcache.ini
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master