Skip to content

Commit

Permalink
test custom docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent 7de62a4 commit 350a3bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,14 @@ jobs:
runs-on: ubuntu-20.04

container:
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock --user 1001 --group 1001
image: smjert/builder20.04:78bfb1f9a
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock --user 1001:1001

steps:
- name: Clone the osquery repository
uses: actions/checkout@v4
with:
fetch-tags: true

# This script makes sure that the copyright headers have been correctly
# placed on all the source code files
Expand Down

0 comments on commit 350a3bf

Please sign in to comment.