Skip to content
Snippets Groups Projects
Commit ac5cafed authored by calrama's avatar calrama
Browse files

[windows,ci] use the current (i.e. just built) base image, instead of a previous one

parent ed7cfaad
No related branches found
No related tags found
No related merge requests found
Pipeline #29165 passed
Pipeline: behavior_loader

#29171

    Pipeline: interfaces

    #29169

      ......@@ -63,6 +63,7 @@ build windows:
      script:
      - $image_name = "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower())"
      - docker build --memory 10G -t "${image_name}:${CI_COMMIT_REF_NAME}-base-windows" windows/base
      - docker tag "${image_name}:${CI_COMMIT_REF_NAME}-base-windows" "${image_name}:current-base-windows"
      - docker build --memory 15G -t "${image_name}:${CI_COMMIT_REF_NAME}-devel-windows" -f windows/devel/Dockerfile windows/devel
      - docker build --memory 15G -t "${image_name}:${CI_COMMIT_REF_NAME}-cuda-devel-windows" -f windows/cuda-devel/Dockerfile windows/cuda-devel
      ......
      # SPDX-License-Identifier: AGPL-3.0-or-later
      FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows
      FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:current-base-windows
      LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
      LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
      ......
      # SPDX-License-Identifier: AGPL-3.0-or-later
      FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows
      FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:current-base-windows
      LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
      LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment