th-2021

Results 35 comments of th-2021

Please see https://github.com/th-2021/docker-gitlab/ multistage branch. Dockerfile.multistage / install2.sh are the new files (kept separate for now) docker buildx build -o type=registry -f Dockerfile.multistage --build-arg MAX_OLD_SPACE=${MAX_OLD_SPACE} . -t gitlab:17.6.0.1' MAX_OLD_SPACE=8192 works...

Are there additional patches needed for arm? I can try it on my setup.

You can find an image for testing the multistage build at https://hub.docker.com/th2021/docker-gitlab The corresponding github repo is at https://github.com/th-2021/docker-gitlab/ multistage branch The image has amd64 and arm64 flavors

The image should be th2021/docker-gitlabAm 09.01.2025 18:23 schrieb Gavin Fowler ***@***.***>: I got 404 for https://hub.docker.com/th2021/docker-gitlab correction: https://hub.docker.com/r/th2021/docker-gitlab @th-2021 - I also get the 404 for the provided docker image...

The offiziellen image doesn't support relative url, e.g. /gitlab Am 9. Januar 2025 19:18:23 MEZ schrieb suchwerk ***@***.***>: >First, thank you for maintaining this project over the years! I've been...

@fidoedidoe The image might be bigger because some caches and other intermediate files are not deleted. The new ENV/ARG variables are moved from install.sh to Dockerfile.multistage. So yes they are...

Ok. Build worked within the same time range ~48 min, I'll separate circleci into a new PR.

or using Let's encrypt certificate

It depends, what you want to achieve. You can use a Let's encrypt certificate, whose CA is known, so that it will work on other systems. (see https://letsencrypt.org/) Or you...

fixes #2923