Compare commits

..

No commits in common. "main" and "v1.32.3+1" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -7,14 +7,12 @@ when:
steps: steps:
- name: security-build - name: security-build
image: quay.io/thegeeklab/wp-docker-buildx:6 image: quay.io/thegeeklab/wp-docker-buildx:5
settings: settings:
containerfile: Containerfile containerfile: Containerfile
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
repo: thegeeklab/${CI_REPO_NAME} repo: thegeeklab/${CI_REPO_NAME}
cache_to: type=local,dest=oci/cache/${CI_REPO_NAME},mode=max cache_to: type=local,dest=oci/cache/${CI_REPO_NAME},mode=max
registry_config:
from_secret: DOCKER_REGISTRY_CONFIG_PULL
- name: security-scan - name: security-scan
image: docker.io/aquasec/trivy image: docker.io/aquasec/trivy
@ -31,7 +29,7 @@ steps:
TRIVY_DB_REPOSITORY: docker.io/aquasec/trivy-db:2 TRIVY_DB_REPOSITORY: docker.io/aquasec/trivy-db:2
- name: publish-dockerhub - name: publish-dockerhub
image: quay.io/thegeeklab/wp-docker-buildx:6 image: quay.io/thegeeklab/wp-docker-buildx:5
depends_on: security-scan depends_on: security-scan
settings: settings:
auto_tag: true auto_tag: true
@ -51,7 +49,7 @@ steps:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
- name: publish-quay - name: publish-quay
image: quay.io/thegeeklab/wp-docker-buildx:6 image: quay.io/thegeeklab/wp-docker-buildx:5
depends_on: security-scan depends_on: security-scan
settings: settings:
auto_tag: true auto_tag: true

View File

@ -1,4 +1,4 @@
FROM docker.io/clux/muslrust:1.82.0-stable@sha256:9f88e922b2bfa7ff2252d61dc38be2ee5544d01bfa0acdc27b32c0a4a214c723 AS build FROM docker.io/clux/muslrust:1.82.0-stable@sha256:2db6672beff66b7c64681ac89b5389c34f3eef49b164f689850f2aca4ef0136b AS build
ARG WEBVAULT_VERSION ARG WEBVAULT_VERSION
ARG VAULTWARDEN_VERSION ARG VAULTWARDEN_VERSION
@ -14,7 +14,7 @@ ARG TARGETPLATFORM
# renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose
ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.6.2}" ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.6.2}"
# renovate: datasource=github-releases depName=dani-garcia/vaultwarden # renovate: datasource=github-releases depName=dani-garcia/vaultwarden
ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.32.5}" ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.32.3}"
ENV DATA_FOLDER=/tmp ENV DATA_FOLDER=/tmp
@ -46,7 +46,7 @@ RUN ldd target/$(cat rust_target)/release/vaultwarden && \
target/$(cat rust_target)/release/vaultwarden --help && \ target/$(cat rust_target)/release/vaultwarden --help && \
target/$(cat rust_target)/release/vaultwarden --version target/$(cat rust_target)/release/vaultwarden --version
FROM docker.io/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a FROM docker.io/alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>" LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>" LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"