You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/21 02:15:01 UTC

[GitHub] [flink-kubernetes-operator] jbusche opened a new pull request, #233: Adding os update to debian image

jbusche opened a new pull request, #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233

   Signed-off-by: James Busche <jb...@us.ibm.com>
   
   When the flink-kubernetes-operator is build with the:
   ```
   RUN apt-get update
   RUN apt-get upgrade -y
   ```
   Then  four current vulnerabilities will be solved.  This will likely help solve many future upcoming OS vulnerabilities as they become known and solved in the near future. 


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133542210

   I also triggered the github action manually, it seems like a persistent issue. 
   
   I cannot reproduce it locally, where it works fine on my M1 macbook


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] mbalassi commented on pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
mbalassi commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133635281

   Good catch, @jbusche. I hope the issue is as simple as suggested here:
   
   https://stackoverflow.com/questions/38002543/apt-get-update-returned-a-non-zero-code-100
   
   Could you try
   ```
   RUN apt-get update && apt-get install -y apt-transport-https
   ```
   In line 78 please?


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] jbusche commented on pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
jbusche commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133536998

   Yes, thanks @gyfora, I'll do that going forward.  It's interesting, it builds locally, but not on github.  Didn't know how to try a re-run, so added a comment and trying again to see if it maybe was a one-time thing....
   


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133825170

   After @mbalassi 's fix maybe we dont need ` && apt-get install -y apt-transport-https` anymore


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #233: Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133532220

   Please add [FLINK-27728] to both the PR and the commit message as a prefix that will help us review :)


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] jbusche commented on pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
jbusche commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133764060

   Shoot, that didn't seem to help.  Still looks good for my local build.  I can try again tomorrow.  Thanks @mbalassi 


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133586926

   looping in @mbalassi and @morhidi , they know this stuff much better than me


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] gyfora commented on pull request #233: Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
gyfora commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133531934

   Is this linked to any jira?
   
   Seems like the docker build doesnt run:
   ```
   Error: buildx bake failed with: error: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/sh -c apt-get upgrade -y" did not complete successfully: exit code: 100
   ```


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] mbalassi commented on pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
mbalassi commented on PR #233:
URL: https://github.com/apache/flink-kubernetes-operator/pull/233#issuecomment-1133816830

   Seems I found the missing piece:
   
   https://github.com/mbalassi/flink-kubernetes-operator/runs/6541402938?check_suite_focus=true
   https://docs.docker.com/buildx/working-with-buildx/#build-multi-platform-images
   
   We needed this anyway.


-- 
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@flink.apache.org

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


[GitHub] [flink-kubernetes-operator] asfgit closed pull request #233: [FLINK-27728] Adding os update to debian image

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #233: [FLINK-27728] Adding os update to debian image
URL: https://github.com/apache/flink-kubernetes-operator/pull/233


-- 
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@flink.apache.org

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