Compare commits

...

6 Commits

Author SHA1 Message Date
c7299a5c15 updated debian builder
All checks were successful
Vulnerability Scan / Daily Vulnerability Scan (amd64, 5.1.4) (push) Successful in 7s
Vulnerability Scan / Daily Vulnerability Scan (amd64, 5.0.2.7) (push) Successful in 15s
Vulnerability Scan / Daily Vulnerability Scan (amd64, 5.2.2) (push) Successful in 7s
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64, barracudavpn_5.2.2_amd64.deb, https://d.barracudanetworks.com/VPN/Linux/VPNClient_5.2.2_Linux.tar.gz, 5.2.2) (push) Successful in 57s
Container Publish / build-image (amd64, barracudavpn_5.0.2.7_amd64.deb, https://d.barracudanetworks.com/VPN/Linux/VPNClient_5.0.2.7_Linux.tar.gz, 5.0.2.7) (push) Successful in 1m6s
Container Publish / build-image (amd64, barracudavpn_5.1.4_amd64.deb, https://d.barracudanetworks.com/VPN/Linux/VPNClient_5.1.4_Linux.tar.gz, 5.1.4) (push) Successful in 1m6s
Container Publish / update docker manifest (5.0.2.7) (push) Successful in 8s
Container Publish / update docker manifest (5.1.4) (push) Successful in 8s
Container Publish / update docker manifest (5.2.2) (push) Successful in 8s
Container Publish / update docker manifest (push) Successful in 8s
2025-10-02 23:02:40 +02:00
a834cc97ea alpine upgrade 2025-10-02 23:00:53 +02:00
e3cb0502d6 skip docker cache 2025-10-02 22:56:02 +02:00
7b92983984 build on wednesday 2025-10-02 22:55:45 +02:00
c19e977763 build on every push 2025-10-02 22:55:31 +02:00
b55b51db40 better vulnscan message 2025-10-02 22:55:13 +02:00
3 changed files with 5 additions and 7 deletions

View File

@@ -7,10 +7,8 @@ env:
on: on:
push: push:
tags:
- '*'
schedule: schedule:
- cron: "0 12 3 * *" - cron: "0 12 * * 3"
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call:
workflow_run: workflow_run:
@@ -63,7 +61,7 @@ jobs:
--tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }} \ --tag ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }} \
--build-arg URL=${{ matrix.url }} \ --build-arg URL=${{ matrix.url }} \
--build-arg DEBNAME=${{ matrix.debname }} \ --build-arg DEBNAME=${{ matrix.debname }} \
--platform linux/${{ matrix.arch }} -f Dockerfile . --platform linux/${{ matrix.arch }} --no-cache -f Dockerfile .
docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }} docker push ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}-${{ matrix.arch }}
manifest: manifest:

View File

@@ -62,4 +62,4 @@ jobs:
token: ${{ secrets.TELEGRAM_TOKEN }} token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown format: markdown
message: | message: |
Found **${{ steps.vulncount.outputs.VULNCOUNT }}** vulnerabilities in `${{ github.repository }}` Found **${{ steps.vulncount.outputs.VULNCOUNT }}** vulnerabilities in `${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ matrix.ver }}`

View File

@@ -1,5 +1,5 @@
# FROM debian:bookworm # FROM debian:bookworm
FROM debian:bookworm as BUILDER FROM debian:trixie as BUILDER
ARG URL ARG URL
ARG DEBNAME ARG DEBNAME
RUN \ RUN \
@@ -9,7 +9,7 @@ RUN \
tar xv -C /tmp -f /tmp/client.tar.gz && \ tar xv -C /tmp -f /tmp/client.tar.gz && \
dpkg -i "/tmp/${DEBNAME}" dpkg -i "/tmp/${DEBNAME}"
FROM alpine:3.21 FROM alpine:3.22
COPY --from=BUILDER /usr/local/bin/barracudavpn /app/ COPY --from=BUILDER /usr/local/bin/barracudavpn /app/