docker_build
Passed Started
by
@ktrantzas
trantzas
1Running with gitlab-runner 17.5.3 (12030cf4)2 on Dedicated runner for OSL 9Wshktzm, system ID: s_8f0328945d4f3Resolving secrets5Using Docker executor with image gcr.io/kaniko-project/executor:debug ...6Pulling docker image gcr.io/kaniko-project/executor:debug ...7Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...9Running on runner-9wshktzm-project-275-concurrent-0 via OpenSlice-1.plugtests.net...11Fetching changes with git depth set to 20...12Reinitialized existing Git repository in /builds/rep/osl/code/org.etsi.osl.cridge/.git/13Checking out 4b0dc968 as detached HEAD (ref is main)...14Removing target/15Skipping Git submodules setup17Downloading artifacts for maven_build (120161)...18Downloading artifacts from coordinator... ok host=labs.etsi.org id=120161 responseStatus=200 OK token=glcbt-6420Using docker image sha256:16b383e1c3b259d59f75a2720a45ccf15b3a716cef44c6a5c521ceb471117168 for gcr.io/kaniko-project/executor:debug with digest gcr.io/kaniko-project/executor@sha256:c3109d5926a997b100c4343944e06c6b30a6804b2f9abe0994d3de6ef92b028e ...21$ set -e22$ if [ "$CI_COMMIT_REF_PROTECTED" = true ] && [ -n "$CI_COMMIT_TAG" ]; then # collapsed multi-line command23$ echo "APP_VERSION set to $APP_VERSION"24APP_VERSION set to main25$ export DOCKER_TAG=$APP_VERSION26$ if [ "$CI_COMMIT_REF_NAME" = "main" ]; then # collapsed multi-line command27Pushing Docker image with tag 'latest'28$ /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:$DOCKER_TAG"29INFO[0000] Retrieving image manifest ibm-semeru-runtimes:open-17.0.7_7-jdk 30INFO[0000] Retrieving image ibm-semeru-runtimes:open-17.0.7_7-jdk from registry index.docker.io 31INFO[0001] Built cross stage deps: map[] 32INFO[0001] Retrieving image manifest ibm-semeru-runtimes:open-17.0.7_7-jdk 33INFO[0001] Returning cached image manifest 34INFO[0001] Executing 0 build triggers 35WARN[0001] MAINTAINER is deprecated, skipping 36INFO[0001] Building stage 'ibm-semeru-runtimes:open-17.0.7_7-jdk' [idx: '0', base-idx: '-1'] 37INFO[0001] Unpacking rootfs as cmd RUN mkdir /opt/shareclasses requires it. 38INFO[0008] RUN mkdir /opt/shareclasses 39INFO[0008] Initializing snapshotter ... 40INFO[0008] Taking snapshot of full filesystem... 41INFO[0009] Cmd: /bin/sh 42INFO[0009] Args: [-c mkdir /opt/shareclasses] 43INFO[0009] Running: [/bin/sh -c mkdir /opt/shareclasses] 44INFO[0009] Taking snapshot of full filesystem... 45INFO[0010] RUN mkdir -p /opt/openslice/lib/ 46INFO[0010] Cmd: /bin/sh 47INFO[0010] Args: [-c mkdir -p /opt/openslice/lib/] 48INFO[0010] Running: [/bin/sh -c mkdir -p /opt/openslice/lib/] 49INFO[0010] Taking snapshot of full filesystem... 50INFO[0010] COPY target/org.etsi.osl.cridge-1.1.0-exec.jar /opt/openslice/lib/ 51INFO[0010] Taking snapshot of files... 52INFO[0012] CMD ["java", "-Xshareclasses:cacheDir=/opt/shareclasses", "-jar", "/opt/openslice/lib/org.etsi.osl.cridge-1.1.0-exec.jar"] 53INFO[0012] Pushing image to labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:latest 54INFO[0014] Pushed labs.etsi.org:5050/osl/code/org.etsi.osl.cridge@sha256:1bb6f6c20686ccbeb9886a21d6746888bd8e8c869ef995851d8b5265e5349363 56Job succeeded