fix: tag image PS9 corrigé → 9.0.3-3.0-classic-8.3-apache
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Tag 9.0.3-8.3-apache inexistant sur Docker Hub.
Format correct : {ps_version}-{theme_version}-classic-{php_version}-apache

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-19 21:03:44 +01:00
parent 5107b94210
commit e04d458ea5
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ steps:
- apk add --no-cache curl - apk add --no-cache curl
- curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin latest - curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin latest
- mkdir -p .reports - mkdir -p .reports
- syft prestashop/prestashop:9.0.3-8.3-apache -o cyclonedx-json --file .reports/sbom-prestashop.cyclonedx.json - syft prestashop/prestashop:9.0.3-3.0-classic-8.3-apache -o cyclonedx-json --file .reports/sbom-prestashop.cyclonedx.json
- syft mariadb:10.11 -o cyclonedx-json --file .reports/sbom-mariadb.cyclonedx.json - syft mariadb:10.11 -o cyclonedx-json --file .reports/sbom-mariadb.cyclonedx.json
- echo "SBOM generes $(ls .reports/sbom-*.json | wc -l) fichiers" - echo "SBOM generes $(ls .reports/sbom-*.json | wc -l) fichiers"

View File

@@ -4,7 +4,7 @@ name: ${COMPOSE_PROJECT_NAME:-syoul-prestashop-main}
services: services:
prestashop: prestashop:
image: prestashop/prestashop:9.0.3-8.3-apache image: prestashop/prestashop:9.0.3-3.0-classic-8.3-apache
container_name: ${COMPOSE_PROJECT_NAME:-syoul-prestashop-main}-app container_name: ${COMPOSE_PROJECT_NAME:-syoul-prestashop-main}-app
restart: always restart: always
depends_on: depends_on: