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 8b40d4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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
image: smjert/builder20.04:78bfb1f9a
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock --user 1001 --group 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 8b40d4d

Please sign in to comment.