Skip to content

Commit

Permalink
v3.3.30 (#114)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images

Development updates
* Adding --load to run.sh
* Using Clamav 1.x as the default version for run.sh
  • Loading branch information
bfren authored Sep 13, 2023
1 parent a2f7ea2 commit 1abbddf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 0.103/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.14-4.5.6
FROM bfren/alpine-s6:alpine3.14-4.5.7

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion 0.104/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.16-4.5.6
FROM bfren/alpine-s6:alpine3.16-4.5.7

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion 0.105/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.17-4.5.6
FROM bfren/alpine-s6:alpine3.17-4.5.7

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion 1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.18-4.5.6
FROM bfren/alpine-s6:alpine3.18-4.5.7

LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.29
3.3.30
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_REVISION="4.5.6"
BASE_REVISION="4.5.7"
echo "Base: ${BASE_REVISION}"

CLAMAV_VERSIONS="0.103 0.104 0.105 1"
Expand Down
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/sh

IMAGE=`cat VERSION`
CLAMAV=${1:-0.104}
CLAMAV=${1:-1}

docker buildx build \
--load \
--build-arg BF_IMAGE=clamav \
--build-arg BF_VERSION=${IMAGE} \
-f ${CLAMAV}/Dockerfile \
Expand Down

0 comments on commit 1abbddf

Please sign in to comment.