Skip to content

Commit

Permalink
Fix build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Mar 13, 2024
1 parent 2a170e3 commit 7c2a02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_infocenter_docker_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ cat <<EOF > ${tmp_dir}/startDockerInfoCenter.sh
./eclipse -nosplash -application org.eclipse.help.base.infocenterApplication -nl en -locales en -data workspace -plugincustomization plugin_customization.ini -vmargs -Xmx1024m -Dserver_port=8086
EOF

docker build --build-arg="CREATED=${date}" --build-arg="SOURCE=${source_url}" --build-arg="VERSION=${git_tag}" -t ${dockerhub_repo}:${release_name} .
docker build --build-arg "CREATED=${date}" --build-arg "SOURCE=${source_url}" --build-arg "VERSION=${git_tag}" -t ${dockerhub_repo}:${release_name} .
docker push ${dockerhub_repo}:${release_name}
rm -rf ${tmp_dir}

0 comments on commit 7c2a02a

Please sign in to comment.