Skip to content

Commit d86aa6d

Browse files
committed
[p] Fix: ClamAV fails to complete scan (#6022, PR #6039)
2 parents 8bda13f + 6d6ec09 commit d86aa6d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

environment.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ def env() -> Mapping[str, Optional[str]]:
284284
# Updating any of the four images below additionally requires
285285
# redeploying the `gitlab` TF component.
286286
'clamav': {
287-
'ref': 'docker.io/clamav/clamav:1.3.0-41'
287+
# FIXME: https://github.com/DataBiosphere/azul/issues/6022
288+
# Keep ClamAV at 1.2.1 until 1.3.x failure is resolved
289+
'ref': 'docker.io/clamav/clamav:1.2.1-27'
288290
},
289291
'gitlab': {
290292
'ref': 'docker.io/gitlab/gitlab-ce:16.9.1-ce.0'

image_manifests.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"id": "sha256:2fc698b738dd0feeab79fa175dbca3dc4cf59f7a766e16b85541327e6b3681fc",
6565
"platform": "linux/amd64"
6666
},
67-
"docker.io/clamav/clamav:1.3.0-41": {
68-
"digest": "sha256:0bb5d72ed47458c3333868c2e5835dd38f4268ceeba6e4212b3c57d809526755",
69-
"id": "sha256:c9f71cb59795ba6a22385dd431cc8270a8215a1e50326fa293ce6895288ee08d",
67+
"docker.io/clamav/clamav:1.2.1-27": {
68+
"digest": "sha256:f51c38f31c6b8754191a040c9f9ffc7cb3e44c796b9a2700b3cfd33211651a6f",
69+
"id": "sha256:b56c8c4aa940277a4dc17599b610ce55ab09d3d882fee0e3bb6ecabd2748a5ee",
7070
"platform": "linux/amd64"
7171
},
7272
"docker.io/gitlab/gitlab-ce:16.9.1-ce.0": {

0 commit comments

Comments
 (0)