bdoyle0182 opened a new issue, #5374:
URL: https://github.com/apache/openwhisk/issues/5374

   It would appear that the sha256 value on the swagger ui 3.6.0 download from 
github has changed for whatever reason preventing the image from building. This 
is concerning since there shouldn't be any situation that a release artifact 
should be overwritten with a new non-matching file.
   
   ## Environment details:
   
   Reproduce locally or through github actions build.
   
   ## Steps to reproduce the issue:
   
   `./gradlew :core:controller:distDocker`
   
   ## Provide the expected results and outputs:
   
   Expected that image completes building.
   
   ## Provide the actual results and outputs:
   
   ```
   #7 [4/8] RUN curl -sSL -o swagger-ui-v3.6.0.tar.gz --no-verbose 
https://github.com/swagger-api/swagger-ui/archive/refs/tags/v3.6.0.tar.gz &&    
 echo "3d7ef5ddc59e10f132fe99771498f0f1ba7a2cbfb9585f9863d4191a574c96e7  
swagger-ui-v3.6.0.tar.gz" | sha256sum -c - &&     mkdir swagger-ui &&     tar 
zxf swagger-ui-v3.6.0.tar.gz -C /swagger-ui --strip-components=2 
swagger-ui-3.6.0/dist &&     rm swagger-ui-v3.6.0.tar.gz &&     sed -i 
s#http://petstore.swagger.io/v2/swagger.json#/api/v1/api-docs#g 
/swagger-ui/index.html
   #7 sha256:3121b2557fa100d868dc3915b479d3eedf7813ab064716f867cb2881a551809f
   #7 4.595 sha256sum: WARNING: 1 of 1 computed checksums did NOT match
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to