Skip to content
Snippets Groups Projects
Commit 217c21fa authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

added debug command / reverted base image

parent ac61e998
No related branches found
No related tags found
2 merge requests!36Merging 2024Q2_RC into main, creating 2024Q2 Release,!7Resolve "Create a pipeline to build and publish the docker image in gitlab registry"
Pipeline #3648 failed
......@@ -12,7 +12,7 @@ download_jar:
- echo "Maven logging strategy set to quiet. For more verbosity, change LOGGING_STRATEGY in the job configuration."
- mvn -s ci_settings.xml $LOGGING_STRATEGY dependency:get -Dartifact=org.etsi.osl:org.etsi.osl.tmf.api:1.2.0-SNAPSHOT
- mvn -s ci_settings.xml dependency:copy -Dartifact=org.etsi.osl:org.etsi.osl.tmf.api:1.2.0-SNAPSHOT -DoutputDirectory=target/
- ls
- ls target
artifacts:
paths:
- target/
......@@ -20,7 +20,7 @@ download_jar:
build_image:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.9.0-debug
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
before_script:
- |
......
FROM openjdk:17-jdk
FROM ibm-semeru-runtimes:open-17.0.7_7-jdk
RUN mkdir /opt/shareclasses
RUN mkdir -p /opt/openslice/lib/
COPY target/org.etsi.osl.tmf.api-1.2.0-SNAPSHOT-exec.jar /opt/openslice/lib/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment