feat: add kali container
This commit is contained in:
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@@ -60,3 +60,18 @@ jobs:
|
|||||||
file: ./containers/infra/Containerfile
|
file: ./containers/infra/Containerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ghcr.io/${{ github.repository_owner }}/infra:latest
|
tags: ghcr.io/${{ github.repository_owner }}/infra:latest
|
||||||
|
|
||||||
|
kali-build:
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
needs: base-build
|
||||||
|
steps:
|
||||||
|
- *clone_repo
|
||||||
|
- *setup_buildx
|
||||||
|
- *login_registry
|
||||||
|
- name: Build and push kali container
|
||||||
|
uses: docker/build-push-action@v5
|
||||||
|
with:
|
||||||
|
context: ./containers/kali
|
||||||
|
file: ./containers/kali/Containerfile
|
||||||
|
push: true
|
||||||
|
tags: ghcr.io/${{ github.repository_owner }}/kali:latest
|
||||||
|
|||||||
1
containers/kali/Containerfile
Normal file
1
containers/kali/Containerfile
Normal file
@@ -0,0 +1 @@
|
|||||||
|
FROM docker.io/kalilinux/kali-rolling
|
||||||
Reference in New Issue
Block a user