UNCLASSIFIED

Commit bfef85a0 authored by seagren.tim's avatar seagren.tim
Browse files

Merge branch '7.4.9' into 'development'

update for 7.4.9

See merge request !9
parents 953ab506 953c4701
Pipeline #34349 failed with stage
......@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="php" \
org.opencontainers.image.description="PHP is a popular general-purpose scripting language that is especially suited to web development." \
org.opencontainers.image.licenses="PHP-3.01" \
org.opencontainers.image.url="https://www.php.net/" \
org.opencontainers.image.version="7.4.8" \
org.opencontainers.image.version="7.4.9" \
maintainer="cht@dsop.io"
COPY php.tar.gz /usr/local/src/
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "7.4.8")
dccscrPipeline(version: "7.4.9")
......@@ -41,7 +41,7 @@ spec:
volumeMounts:
- mountPath: "/var/www/html"
name: php-source
- image: php:7.4.8
- image: php:7.4.9
name: php
ports:
- containerPort: 9000
......
resources:
- url: "https://github.com/php/php-src/archive/php-7.4.8.tar.gz"
- url: "https://github.com/php/php-src/archive/php-7.4.9.tar.gz"
filename: "php.tar.gz"
validation:
type: "sha256"
......
  • Pipeline Status: FAILURE
    FAILURE Stage: Whitelist Compare Lint
    Branch: development

    graph LR
      0([setup]):::INTERNAL_FAILURE --> 3([Import Artifacts]):::NOT_BUILT --> 4((/)):::INTERNAL_NOT_BUILT --> 5([Stage Artifacts]):::NOT_BUILT --> 6((/)):::INTERNAL_NOT_BUILT --> 7([Build]):::NOT_BUILT --> 8([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
  • Pipeline Status: FAILURE
    FAILURE Stage: Import Artifacts
    Branch: development

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 3([Import Artifacts]):::FAILURE --> 4((/)):::INTERNAL_NOT_BUILT --> 5([Stage Artifacts]):::NOT_BUILT --> 6((/)):::INTERNAL_NOT_BUILT --> 7([Build]):::NOT_BUILT --> 8([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    

    Error Log:

    + sha256sum -c php.tar.gz-checkfile.txt
    php.tar.gz: FAILED
    sha256sum: WARNING: 1 computed checksum did NOT match
    
    ---
    sha256 for php.tar.gz did not match. requested: 04a8d9fd372ffa9203b481f2d2bf2b5276b154d988c21b3e35851a28b91ad48a actual: 57fb5408893a95bdd2a0cc75b6862e1903281cebb4e0824cec2d512760159e11  php.tar.gz
    
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment