You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/08/27 14:34:55 UTC

[GitHub] [incubator-kvrocks] PragmaTwice opened a new issue, #795: Add more linux distro environments in GitHub Actions

PragmaTwice opened a new issue, #795:
URL: https://github.com/apache/incubator-kvrocks/issues/795

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   As in https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container, we can use `jobs.<job_id>.container` to make all steps run on a specific docker image, like `centos` or others.
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

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


[GitHub] [incubator-kvrocks] PragmaTwice commented on issue #795: Add more linux distro environments in GitHub Actions

Posted by GitBox <gi...@apache.org>.
PragmaTwice commented on issue #795:
URL: https://github.com/apache/incubator-kvrocks/issues/795#issuecomment-1244843173

   > @PragmaTwice the issue here is what distros are supported on GitHub Actions (public).
   
   I think we can use images in docker hub, e.g.
   ```yaml
   jobs:
     build:
       runs-on: ubuntu:latest
       container: centos:7 # `centos:7` image from docker hub
       steps:
         ... # commands running on centos docker container
   ```


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

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


[GitHub] [incubator-kvrocks] tisonkun commented on issue #795: Add more linux distro environments in GitHub Actions

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #795:
URL: https://github.com/apache/incubator-kvrocks/issues/795#issuecomment-1244836425

   @PragmaTwice the issue here is what distros are supported on GitHub Actions.


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

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


[GitHub] [kvrocks] PragmaTwice closed issue #795: Add more linux distro environments in GitHub Actions

Posted by "PragmaTwice (via GitHub)" <gi...@apache.org>.
PragmaTwice closed issue #795: Add more linux distro environments in GitHub Actions
URL: https://github.com/apache/kvrocks/issues/795


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

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