diff --git a/Dockerfile b/Dockerfile index 028d63d..4939540 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,7 +100,6 @@ ADD files/bin/startup.sh /usr/bin/startup.sh RUN chmod +x /usr/bin/startup.sh ADD files/bin/sendtierbeacon.sh /usr/bin/sendtierbeacon.sh RUN chmod +x /usr/bin/sendtierbeacon.sh -RUN touch /var/log/cron.log ENV PATH $CATALINA_HOME/bin:$JAVA_HOME/bin:$PATH diff --git a/files/bin/sendtierbeacon.sh b/files/bin/sendtierbeacon.sh index 35f59ed..841b504 100644 --- a/files/bin/sendtierbeacon.sh +++ b/files/bin/sendtierbeacon.sh @@ -4,7 +4,7 @@ LOGPORT="5000" if [ -s /opt/tier/env.bash ]; then . /opt/tier/env.bash fi -LOGTEXT="TIERBEACON/TIER/1.0#IM=$IMAGENAME#IV=$VERSION-$TIERVERSION#MT=$MAINTAINER#" +LOGTEXT="TIERBEACON/TIER/1.0#IM=$IMAGENAME#PV=$VERSION#TR=$TIERVERSION#MT=$MAINTAINER#" if [ -z "$TIER_BEACON_OPT_OUT" ]; then `logger -n $LOGHOST -P $LOGPORT -t TIERBEACON $LOGTEXT` echo `date`"; TIER beacon sent."