Kaynağa Gözat

Merge pull request #30397 from overleaf/dn0-fix-jenkins-worker-build

Fix failing jenkins-worker builds

GitOrigin-RevId: 3fcd2a3f791c811c04c5e3861cf64e9adf7d5f91
Daniel Kontšek 7 ay önce
ebeveyn
işleme
b79a723630
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      server-ce/test/Makefile

+ 1 - 2
server-ce/test/Makefile

@@ -87,8 +87,7 @@ prefetch_old_5_0:
 prefetch_custom: build_hotfix_5_5_5
 build_hotfix_5_5_5:
 	docker pull $(IMAGE_TAG_PRO_BASE):5.5.4
-	docker tag $(IMAGE_TAG_PRO_BASE):5.5.4 quay.io/sharelatex/sharelatex-pro:5.5.4
-	cd ../../server-pro/hotfix/5.5.5 && docker build -t $(IMAGE_TAG_PRO_BASE):5.5.5 .
+	cd ../../server-pro/hotfix/5.5.5 && docker build --build-arg BASE_IMAGE=$(IMAGE_TAG_PRO_BASE):5.5.4 -t $(IMAGE_TAG_PRO_BASE):5.5.5 .
 
 # Google Cloud Build runs on a very ancient Docker version that does not support the subdir flag.
 # Use services -> mailtrap -> build -> context = https://github.com/dbck/docker-mailtrap.git#v1.5.0:build in docker-compose.yml eventually.