Skip to content

Commit

Permalink
Merge pull request #56 from Cisco-Talos/CLAM-2649-clamav-docker-1.4.1
Browse files Browse the repository at this point in the history
Bump versions 1.4.1, 1.3.2, 1.0.7; Remove 1.2
  • Loading branch information
micahsnyder authored Sep 4, 2024
2 parents 4b79cb9 + 2d5a424 commit fdb02aa
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 1,328 deletions.
2 changes: 1 addition & 1 deletion clamav/1.0/alpine/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.6', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.0.7', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
Expand Down
2 changes: 1 addition & 1 deletion clamav/1.0/debian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/1.0', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.0.6', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.0.7', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.0', description: 'Feature version in X.Y format'),
booleanParam(name: 'IS_LATEST', defaultValue: false, description: 'If "true", will also publish to :latest, and :stable tags.'),
]),
Expand Down
126 changes: 0 additions & 126 deletions clamav/1.2/alpine/Dockerfile

This file was deleted.

176 changes: 0 additions & 176 deletions clamav/1.2/alpine/Jenkinsfile

This file was deleted.

14 changes: 0 additions & 14 deletions clamav/1.2/alpine/scripts/clamdcheck.sh

This file was deleted.

Loading

0 comments on commit fdb02aa

Please sign in to comment.