diff --git a/Dockerfile b/Dockerfile index e7b904f..b71f879 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:latest MAINTAINER Kameron Kenny -LABEL version="20241030094013" +LABEL version="20241030094230" LABEL description="Debian Based syslog-ng" RUN apt-get update diff --git a/Jenkinsfile b/Jenkinsfile index ce68bcd..4eb25a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { sh 'docker version' sh 'docker info' sh 'docker compose version' - sh 'syslog-ng -V' + sh '/usr/sbin/syslog-ng -V' } } diff --git a/docker-compose.yml b/docker-compose.yml index 8670375..a01f53b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: syslog-ng: build: dockerfile: Dockerfile - image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:20241030094013 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:20241030094230 container_name: syslog-ng restart: unless-stopped networks: