th-2021

Results 35 comments of th-2021

To get the correct links in deploy-pages the following patch is needed as well: ``` diff --git a/assets/runtime/config/gitlabhq/gitlab.yml b/assets/runtime/config/gitlabhq/gitlab.yml index 63353d89..d2c1c427 100644 --- a/assets/runtime/config/gitlabhq/gitlab.yml +++ b/assets/runtime/config/gitlabhq/gitlab.yml @@ -410,6 +410,7 @@...

The upcoming release page mentions: 18.0 (2025-05-15)

@kkimurak which tags should be used for your psql? I have 16.8-1-20250424, which works well, but I saw that you also pushed 16.8-1 without date.

During the pg update you should check the log. It should show you the migration process. Then wait until migration has finished. This is how it worked for me. Am...

With relative url set. When I run the image I get make and g++ not found. With make and g++ added I get: + echo 'Prepare recompile assets... Installing missing...

I tried the upgrades again and the error can be ignored. With one version I had broken assets and thought that this is the issue, but it must have been...

I think my issue with broken assets was unrelated to the node modulesAm 24.07.2024 11:10 schrieb Kazunori Kimura ***@***.***>: @shplishka No. More precisely, the root cause of this problem (a...

I'm working on a multistage Dockerfile. Using BuildKit (docker buildx build or DOCKER_BUILDKIT=1 docker build), which allows parallel execution of stages I could save around 5 minutes.

Running a remote build (buildx with kubernetes driver) with 4 CPU, 4 GB memory worked (in 40 minutes) Am 31.12.2024 um 11:02 schrieb Thomas Ganter: > > @Thomas-Ganter I don't...

I've no experience with multi-platform builds, but I'm working on multistage (parallelized build steps), which might help. Am 01.01.2025 um 02:09 schrieb Thomas Ganter: > > Running a remote build...