2 Commits
1.3 ... 1.4

Author SHA1 Message Date
223a3ae308 cleaner build
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-02 16:15:07 +02:00
15a8a45e2b do not rely on cache
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-02 16:03:26 +02:00
3 changed files with 8 additions and 2 deletions

View File

@ -480,6 +480,9 @@ steps:
status:
- failure
- success
event:
- push
- pull_request
depends_on:
- build-arch
- build-alpine
@ -507,6 +510,9 @@ steps:
status:
- failure
- success
event:
- tag
depends_on:
- release-arch
- release-alpine

View File

@ -1,4 +1,4 @@
FROM alpine:3
FROM alpine:3.14
RUN apk add --no-cache ansible curl \
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \

View File

@ -1,4 +1,4 @@
FROM archlinux
FROM archlinux:latest
RUN pacman -Syuu --noconfirm && pacman -S python python2 ansible sshpass git python-passlib python-netaddr curl --noconfirm \
&& curl -L https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -o /usr/local/bin/goss \