Skip to content

Commit

Permalink
ci: Use Ubuntu 20.04 Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent 5b69169 commit ffc8401
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-20.04

container:
image: osquery/builder18.04:c7a9d706d
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

steps:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-20.04

container:
image: osquery/builder18.04:c7a9d706d
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

steps:
Expand All @@ -146,7 +146,7 @@ jobs:
runs-on: ${{ matrix.os }}

container:
image: osquery/builder18.04:c7a9d706d
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

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

container:
image: osquery/builder18.04:c7a9d706d
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock --pid=host

strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/self_hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-20.04

container:
image: osquery/builder18.04:c7a9d706d
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

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

container:
image: osquery/builder18.04:c7a9d706d
image: osquery/builder20.04:5b6916940
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

strategy:
Expand Down

0 comments on commit ffc8401

Please sign in to comment.