switch to debian:buster slim and install make
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5d2945a145
commit
df3efbddb9
|
@ -4,7 +4,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: make
|
||||
image: docker:dind
|
||||
image: debian:buster-slim
|
||||
environment:
|
||||
USERNAME:
|
||||
from_secret: docker_username
|
||||
|
@ -16,7 +16,12 @@ steps:
|
|||
- name: dockersock
|
||||
path: /var/run
|
||||
commands:
|
||||
- apt-get update && apt install -y --no-install-recommends curl make ca-certificates
|
||||
- curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKERVERSION}.tgz
|
||||
- tar xzvf docker-${DOCKERVERSION}.tgz --strip 1 -C /usr/local/bin docker/docker
|
||||
- rm docker-${DOCKERVERSION}.tgz
|
||||
- sleep 5 # give docker enough time to start
|
||||
- echo login $REGISTRY
|
||||
- docker login -u $USERNAME -p $PASSWORD $REGISTRY
|
||||
- make manifest-list
|
||||
- name: notify
|
||||
|
|
Loading…
Reference in New Issue
Block a user