Compare commits

..

No commits in common. "dev" and "main" have entirely different histories.
dev ... main

2 changed files with 2 additions and 7 deletions

View File

@ -1,7 +1,5 @@
kind: pipeline
name: Build image
type: kubernetes
image_pull_secrets:
- dockerconfig
steps:

View File

@ -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