Skip to content

Commit

Permalink
clamav, clamav-debian: bump minor versions for 1.2.2, 1.0.5 patch rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
micahsnyder committed Feb 7, 2024
1 parent 9ba6a53 commit a31fd3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.4', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.0.5', 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.4', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.0.5', 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.2/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.2', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.2.2', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.2', 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.2/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.2', description: 'The repository branch for this build'),
string(name: 'FULL_VERSION', defaultValue: '1.2.1', description: 'Full version in X.Y.Z format'),
string(name: 'FULL_VERSION', defaultValue: '1.2.2', description: 'Full version in X.Y.Z format'),
string(name: 'FEATURE_VERSION', defaultValue: '1.2', 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

0 comments on commit a31fd3e

Please sign in to comment.