1313 PACKAGE_NAME : ' ansys-geometry-core'
1414 DOCUMENTATION_CNAME : ' geometry.docs.pyansys.com'
1515 ANSRV_GEO_IMAGE : ' ghcr.io/ansys/geometry'
16- ANSRV_GEO_IMAGE_WINDOWS_TAG : ghcr.io/ansys/geometry:windows-latest
16+ ANSRV_GEO_IMAGE_WINDOWS_TAG : ghcr.io/ansys/geometry:core- windows-latest
1717 ANSRV_GEO_PORT : 700
1818 ANSRV_GEO_LICENSE_SERVER : ${{ secrets.LICENSE_SERVER }}
1919 GEO_CONT_NAME : ans_geo
2020 RESET_IMAGE_CACHE : 4
2121 IS_WORKFLOW_RUNNING : True
22- ARTIFACTORY_VERSION : v251
22+ ARTIFACTORY_VERSION : v252
2323
2424concurrency :
2525 group : ${{ github.workflow }}-${{ github.ref }}
@@ -118,9 +118,9 @@ jobs:
118118 fail-fast : false
119119 matrix :
120120 include :
121- - docker-image : " windows-latest"
121+ - docker-image : " core- windows-latest"
122122 experimental : false
123- - docker-image : " windows-latest-unstable"
123+ - docker-image : " core- windows-latest-unstable"
124124 experimental : true
125125
126126 steps :
@@ -226,7 +226,7 @@ jobs:
226226
227227 - name : Upload coverage to Codecov
228228 uses : codecov/codecov-action@v5
229- if : matrix.docker-image == 'windows-latest'
229+ if : matrix.docker-image == 'core- windows-latest'
230230 env :
231231 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
232232 with :
@@ -331,9 +331,9 @@ jobs:
331331 fail-fast : false
332332 matrix :
333333 include :
334- - docker-image : " linux-latest"
334+ - docker-image : " core- linux-latest"
335335 experimental : false
336- - docker-image : " linux-latest-unstable"
336+ - docker-image : " core- linux-latest-unstable"
337337 experimental : true
338338
339339 steps :
@@ -403,7 +403,7 @@ jobs:
403403 needs : [smoke-tests]
404404 runs-on : ubuntu-latest
405405 env :
406- ANSRV_GEO_IMAGE_MINREQS : ' ghcr.io/ansys/geometry:linux-latest'
406+ ANSRV_GEO_IMAGE_MINREQS : ' ghcr.io/ansys/geometry:core- linux-latest'
407407 strategy :
408408 fail-fast : false
409409 matrix :
@@ -481,8 +481,8 @@ jobs:
481481 - name : Download binaries (if conditions met)
482482 if : env.REUSE_LAST_ARTIFACTS == 'false'
483483 run : |
484- curl.exe -X GET -H "X-JFrog-Art-Api: ${{ secrets.ARTIFACTORY_KEY }}" ${{ secrets.ARTIFACTORY_URL }}/${{ env.ARTIFACTORY_VERSION }}/DockerWindows .zip --output windows-binaries.zip
485- curl.exe -X GET -H "X-JFrog-Art-Api: ${{ secrets.ARTIFACTORY_KEY }}" ${{ secrets.ARTIFACTORY_URL }}/${{ env.ARTIFACTORY_VERSION }}/DockerLinux .zip --output linux-binaries.zip
484+ curl.exe -X GET -H "X-JFrog-Art-Api: ${{ secrets.ARTIFACTORY_KEY }}" ${{ secrets.ARTIFACTORY_URL }}/${{ env.ARTIFACTORY_VERSION }}/DockerCoreWindows .zip --output windows-binaries.zip
485+ curl.exe -X GET -H "X-JFrog-Art-Api: ${{ secrets.ARTIFACTORY_KEY }}" ${{ secrets.ARTIFACTORY_URL }}/${{ env.ARTIFACTORY_VERSION }}/DockerCoreLinux .zip --output linux-binaries.zip
486486
487487 - name : Reuse last binaries (if conditions met)
488488 if : env.REUSE_LAST_ARTIFACTS == 'true'
@@ -555,7 +555,7 @@ jobs:
555555 - name : Build Docker image
556556 working-directory : docker
557557 run : |
558- docker build -f windows/Dockerfile -t ghcr.io/ansys/geometry:windows-latest-tmp .
558+ docker build -f windows/Dockerfile -t ghcr.io/ansys/geometry:core- windows-latest-tmp .
559559
560560 - name : Check location of self-hosted runner and define license server accordingly
561561 if : runner.name == 'pygeometry-ci-2'
@@ -564,7 +564,7 @@ jobs:
564564
565565 - name : Launch Geometry service
566566 run : |
567- docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ghcr.io/ansys/geometry:windows-latest-tmp
567+ docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ghcr.io/ansys/geometry:core- windows-latest-tmp
568568
569569 - name : Validate connection using PyAnsys Geometry
570570 run : |
@@ -618,7 +618,7 @@ jobs:
618618 - name : Delete the Docker images (and untagged ones)
619619 if : always()
620620 run : |
621- docker image rm ghcr.io/ansys/geometry:windows-latest-tmp
621+ docker image rm ghcr.io/ansys/geometry:core- windows-latest-tmp
622622 docker system prune -f
623623
624624# =================================================================================================
@@ -647,11 +647,11 @@ jobs:
647647 - name : Build Docker image
648648 working-directory : docker
649649 run : |
650- docker build -f linux/Dockerfile -t ghcr.io/ansys/geometry:linux-latest-tmp .
650+ docker build -f linux/Dockerfile -t ghcr.io/ansys/geometry:core- linux-latest-tmp .
651651
652652 - name : Launch Geometry service
653653 run : |
654- docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ghcr.io/ansys/geometry:linux-latest-tmp
654+ docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ghcr.io/ansys/geometry:core- linux-latest-tmp
655655
656656 - name : Validate connection using PyAnsys Geometry
657657 run : |
0 commit comments