You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by "bdoyle0182 (via GitHub)" <gi...@apache.org> on 2023/01/31 01:00:25 UTC

[GitHub] [openwhisk] bdoyle0182 opened a new issue, #5374: Controller Image Can Not Build Due To Incorrect SHA256 On Swagger UI Download

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: issues-unsubscribe@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] bdoyle0182 commented on issue #5374: Controller Image Can Not Build Due To Incorrect SHA256 On Swagger UI Download

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 commented on issue #5374:
URL: https://github.com/apache/openwhisk/issues/5374#issuecomment-1409952672

   This was a github breaking change that occurred today and was reverted. See here: https://github.com/orgs/community/discussions/45830


-- 
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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] bdoyle0182 closed issue #5374: Controller Image Can Not Build Due To Incorrect SHA256 On Swagger UI Download

Posted by "bdoyle0182 (via GitHub)" <gi...@apache.org>.
bdoyle0182 closed issue #5374: Controller Image Can Not Build Due To Incorrect SHA256 On Swagger UI Download
URL: https://github.com/apache/openwhisk/issues/5374


-- 
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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org