Compare commits

..

No commits in common. "main" and "v1.2.1" have entirely different histories.
main ... v1.2.1

2 changed files with 6 additions and 8 deletions

View File

@ -7,13 +7,11 @@ when:
steps:
- name: security-build
image: quay.io/thegeeklab/wp-docker-buildx:6
image: quay.io/thegeeklab/wp-docker-buildx:5
settings:
containerfile: Containerfile.multiarch
output: type=oci,dest=oci/${CI_REPO_NAME},tar=false
repo: thegeeklab/${CI_REPO_NAME}
registry_config:
from_secret: DOCKER_REGISTRY_CONFIG_PULL
- name: security-scan
image: docker.io/aquasec/trivy
@ -30,7 +28,7 @@ steps:
TRIVY_DB_REPOSITORY: docker.io/aquasec/trivy-db:2
- name: publish-dockerhub
image: quay.io/thegeeklab/wp-docker-buildx:6
image: quay.io/thegeeklab/wp-docker-buildx:5
depends_on: security-scan
settings:
auto_tag: true
@ -51,7 +49,7 @@ steps:
- ${CI_REPO_DEFAULT_BRANCH}
- name: publish-quay
image: quay.io/thegeeklab/wp-docker-buildx:6
image: quay.io/thegeeklab/wp-docker-buildx:5
depends_on: security-scan
settings:
auto_tag: true

View File

@ -1,4 +1,4 @@
FROM docker.io/python:3.13-alpine@sha256:fcbcbbecdeae71d3b77445d9144d1914df55110f825ab62b04a66c7c33c09373
FROM docker.io/python:3.13-alpine@sha256:c38ead8bcf521573dad837d7ecfdebbc87792202e89953ba8b2b83a9c5a520b6
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"
@ -18,9 +18,9 @@ ARG USER=root
# renovate: datasource=pypi depName=molecule
ENV MOLECULE_VERSION="${MOLECULE_VERSION:-24.9.0}"
# renovate: datasource=pypi depName=ansible
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-11.0.0}"
ENV ANSIBLE_VERSION="${ANSIBLE_VERSION:-10.5.0}"
# renovate: datasource=pypi depName=ansible-lint
ENV ANSIBLE_LINT_VERSION="${ANSIBLE_LINT_VERSION:-24.10.0}"
ENV ANSIBLE_LINT_VERSION="${ANSIBLE_LINT_VERSION:-24.9.2}"
ENV PY_COLORS=1
ENV ANSIBLE_FORCE_COLOR=true