diff --git a/clamav/0.105/alpine/Jenkinsfile b/clamav/0.105/alpine/Jenkinsfile index 54b4ef2..550e24f 100644 --- a/clamav/0.105/alpine/Jenkinsfile +++ b/clamav/0.105/alpine/Jenkinsfile @@ -7,9 +7,9 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/0.105', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '0.105.1', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '0.105.2', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '0.105', description: 'Feature version in X.Y format'), - string(name: 'REVISION', defaultValue: '7', description: 'Revision of image for tag suffix. Starts at 1'), + string(name: 'REVISION', defaultValue: '1', description: 'Revision of image for tag suffix. Starts at 1'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), ]), disableConcurrentBuilds(), diff --git a/clamav/0.105/debian/Jenkinsfile b/clamav/0.105/debian/Jenkinsfile index a05b4d4..b851eb1 100644 --- a/clamav/0.105/debian/Jenkinsfile +++ b/clamav/0.105/debian/Jenkinsfile @@ -7,7 +7,7 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: "clamav-debian", description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/0.105', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '0.105.1', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '0.105.2', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '0.105', description: 'Feature version in X.Y format'), string(name: 'REVISION', defaultValue: '1', description: 'Revision of image for tag suffix. Starts at 1'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), diff --git a/clamav/1.0/alpine/Jenkinsfile b/clamav/1.0/alpine/Jenkinsfile index 328d1aa..2e488ff 100644 --- a/clamav/1.0/alpine/Jenkinsfile +++ b/clamav/1.0/alpine/Jenkinsfile @@ -7,7 +7,7 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/1.0', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.0.0', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.0.1', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'), string(name: 'REVISION', defaultValue: '1', description: 'Revision of image for tag suffix. Starts at 1'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'), diff --git a/clamav/1.0/debian/Jenkinsfile b/clamav/1.0/debian/Jenkinsfile index 668c1c2..057d6df 100644 --- a/clamav/1.0/debian/Jenkinsfile +++ b/clamav/1.0/debian/Jenkinsfile @@ -7,7 +7,7 @@ properties([ string(name: 'IMAGE_NAME', defaultValue: 'clamav', description: 'The docker image name to use'), string(name: 'REPOSITORY', defaultValue: 'https://github.com/Cisco-Talos/clamav.git', description: 'The repository from which to build'), string(name: 'BRANCH', defaultValue: 'rel/1.0', description: 'The repository branch for this build'), - string(name: 'FULL_VERSION', defaultValue: '1.0.0', description: 'Full version in X.Y.Z format'), + string(name: 'FULL_VERSION', defaultValue: '1.0.1', description: 'Full version in X.Y.Z format'), string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'), string(name: 'REVISION', defaultValue: '1', description: 'Revision of image for tag suffix. Starts at 1'), booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),