Skip to content

Commit

Permalink
Move CI to using docker from osquery (#7012)
Browse files Browse the repository at this point in the history
This moves the CI to using `osquery/builder18.04`
  • Loading branch information
directionless committed Mar 19, 2021
1 parent 0aa3775 commit ae03298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-18.04

container:
image: trailofbits/osquery:ubuntu-18.04-toolchain-v9
image: osquery/builder18.04:0aa3775ce
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

steps:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ${{ matrix.os }}

container:
image: trailofbits/osquery:ubuntu-18.04-toolchain-v9
image: osquery/builder18.04:0aa3775ce
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

strategy:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
runs-on: ${{ matrix.os }}

container:
image: trailofbits/osquery:ubuntu-18.04-toolchain-v9
image: osquery/builder18.04:0aa3775ce
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

strategy:
Expand Down

0 comments on commit ae03298

Please sign in to comment.