12 lines
231 B
YAML
12 lines
231 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: docker_build
|
||
|
steps:
|
||
|
gitleaks:
|
||
|
image: registry.mgrote.net/ui/allzweckcontainer:master
|
||
|
commands:
|
||
|
- apt update
|
||
|
- apt install dnsutils
|
||
|
- nslookup dl-cdn.alpinelinux.org
|