Skip to content
Snippets Groups Projects
Commit b92ad76c authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: rm xl.Dockerfile

parent adc0f6fe
No related branches found
No related tags found
1 merge request!927fix: rm xl.Dockerfile
Pipeline #93882 passed
Pipeline: physics_benchmarks

#93886

    Pipeline: detector_benchmarks

    #93885

      Pipeline: detector_benchmarks

      #93884

        +1
        #syntax=docker/dockerfile:1.4
        ARG DOCKER_REGISTRY="eicweb/"
        ARG BASE_IMAGE="jug_dev"
        ARG INTERNAL_TAG="testing"
        ## ========================================================================================
        ## STAGE1: spack builder image
        ## EIC builder image with spack
        ## ========================================================================================
        FROM ${DOCKER_REGISTRY}${BASE_IMAGE}:${INTERNAL_TAG}
        ARG TARGETPLATFORM
        ## version will automatically bust cache for nightly, as it includes
        ## the date
        ARG JUG_VERSION=1
        RUN echo " - jug_xl: ${JUG_VERSION}" >> /etc/jug_info
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment