Compare commits
No commits in common. "dev" and "main" have entirely different histories.
|
@ -1,7 +1,5 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: Build image
|
name: Build image
|
||||||
type: kubernetes
|
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- dockerconfig
|
- dockerconfig
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
FROM alpine:3.19
|
FROM alpine
|
||||||
RUN apk add --no-cache ansible cdrkit ansible-lint openssh-client \
|
RUN apk add --no-cache ansible cdrkit ansible-lint
|
||||||
&& ansible-galaxy collection install community.docker
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue