Compare commits

..

3 Commits

Author SHA1 Message Date
e5e92d85a8 chore(docker): update docker.io/clux/muslrust:1.82.0-stable docker digest to 9f88e92
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
2024-11-17 00:06:04 +00:00
77ac735556 chore(deps): update quay.io/thegeeklab/wp-docker-buildx docker tag to v6 (#254)
All checks were successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
Reviewed-on: #254
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2024-11-16 15:05:32 +00:00
0157cf1d4a chore(docker): update docker.io/clux/muslrust:1.82.0-stable docker digest to 3093854
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/push/build-package Pipeline was successful
ci/woodpecker/push/build-container Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
2024-11-15 00:05:33 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ when:
steps: steps:
- name: security-build - name: security-build
image: quay.io/thegeeklab/wp-docker-buildx:5 image: quay.io/thegeeklab/wp-docker-buildx:6
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
@ -31,7 +31,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:5 image: quay.io/thegeeklab/wp-docker-buildx:6
depends_on: security-scan depends_on: security-scan
settings: settings:
auto_tag: true auto_tag: true
@ -51,7 +51,7 @@ steps:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
- name: publish-quay - name: publish-quay
image: quay.io/thegeeklab/wp-docker-buildx:5 image: quay.io/thegeeklab/wp-docker-buildx:6
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:d10231a9dd5594a80831e51f7dbc0e6574d3eee8dca9fa456cb0ff43312f15c9 AS build FROM docker.io/clux/muslrust:1.82.0-stable@sha256:9f88e922b2bfa7ff2252d61dc38be2ee5544d01bfa0acdc27b32c0a4a214c723 AS build
ARG WEBVAULT_VERSION ARG WEBVAULT_VERSION
ARG VAULTWARDEN_VERSION ARG VAULTWARDEN_VERSION