Skip to content

Commit

Permalink
changing ClamAV version to 0.103.6-r0
Browse files Browse the repository at this point in the history
changing ClamAV version to 0.103.6-r0 in calmav-mirror

changing alpine base image to alpine:3.13.10

changing python requirements package versions for kubernetes and pyYAML

changing chart version
  • Loading branch information
GiedriusPadimanskas committed Jun 30, 2022
1 parent 9786700 commit a6face9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/clamav/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.3.6-helmreload
version: 0.3.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.3.6
appVersion: 0.3.7
2 changes: 1 addition & 1 deletion clamav-http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY server/ ./server/
RUN CGO_ENABLED=0 GOOS=linux go install -v \
github.com/ukhomeoffice/clamav-http/clamav-http

FROM alpine:3.13.7
FROM alpine:3.13.10
RUN apk --no-cache add ca-certificates

RUN addgroup -g 1000 -S app && \
Expand Down
3 changes: 2 additions & 1 deletion clamav-mirror/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9.9-alpine3.13

ENV CLAM_VERSION=0.103.2-r0
ENV CLAM_VERSION=0.103.6-r0
ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64 \
SUPERCRONIC=supercronic-linux-amd64 \
SUPERCRONIC_SHA1SUM=048b95b48b708983effb2e5c935a1ef8483d9e3e
Expand All @@ -26,6 +26,7 @@ COPY requirements.txt ./

RUN pip install -r requirements.txt


COPY start.sh lighttpdhost.conf lighttpdmirror.conf test.sh ./
COPY freshclam.conf /etc/clamav/freshclam.conf
RUN chown clam:clamav /etc/clamav/freshclam.conf
Expand Down
6 changes: 3 additions & 3 deletions clamav-mirror/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ dnspython==2.1.0
google-auth==1.17.2
humanfriendly==9.1
idna==2.9
kubernetes==11.0.0
kubernetes==19.15.0
oauthlib==3.1.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-dateutil==2.8.1
PyYAML==5.4
PyYAML==5.4.1
rangehttpserver==1.2.0
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7
six==1.14.0
urllib3==1.26.5
websocket-client==0.57.0
websocket-client==0.57.0
4 changes: 2 additions & 2 deletions clamav/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.13.7
FROM alpine:3.13.10

ENV CLAM_VERSION=0.103.2-r0
ENV CLAM_VERSION=0.103.6-r0

WORKDIR /clam

Expand Down

0 comments on commit a6face9

Please sign in to comment.