From 1a2289759f058d0cff4d351c0595d853d606a35c Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:42:30 -0400 Subject: [PATCH] Add tests to Jenkinsfile --- Dockerfile | 2 +- Jenkinsfile | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: