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