kevingurney commented on code in PR #326:
URL: https://github.com/apache/arrow-site/pull/326#discussion_r1129036679


##########
.github/workflows/deploy.yml:
##########
@@ -27,17 +27,31 @@ jobs:
   deploy:
     name: Deploy
     runs-on: ubuntu-latest
+    container:
+      image: ubuntu:22.04 # Ubuntu 22.04 is the latest LTS version as of April 
21, 2022: https://wiki.ubuntu.com/Releases

Review Comment:
   Thanks @avantgardnerio and @kou for your sharing your thoughts! I agree. 
This sounds like a reasonable path forward.
   
   Just to clarify:
   
   "We create a Dockerfile based on ubuntu:22.04 and **use it in CI**"
   
   By "**use it in CI**" do you mean that you would like the GitHub Actions 
workflow to run inside of a Docker container based on this `Dockerfile`? If so, 
doesn't this conflict with 1. (which is to use the "no container" workflow)?
   
   Sorry for the confusion. I just want to make sure we are all on the same 
page before moving forward.



-- 
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