Skip to content

Commit

Permalink
[Image test] tag Docker image with _test_
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Dec 13, 2024
1 parent a8ff6ce commit 69a88fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtimeImage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks.register('buildImage', Exec) {
workingDir "$projectDir/gretl"
commandLine 'docker', 'build',
'--no-cache', '--force-rm',
'-t', "sogis/gretl:latest",
'-t', "sogis/gretl:test",
'-f', 'Dockerfile', '.'
}

Expand Down
2 changes: 1 addition & 1 deletion runtimeImage/start-gretl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ docker run -i --rm \
-v "$job_directory":/home/gradle/project \
-v "$HOME"/gradlecache:/home/gradle/.gradle/caches \
--user $UID \
sogis/gretl "-c" \
sogis/gretl:test "-c" \
"/usr/local/bin/run-jnlp-client > /dev/null 2>&1;cd /home/gradle/project;$gretl_cmd"

0 comments on commit 69a88fb

Please sign in to comment.