Compare commits

...

2 Commits

Author SHA1 Message Date
Andy d5eca7e9b7
stick to the base image
the build failed Details
6 years ago
Andy 7b33da1aaa
ignore Clair errors for now
6 years ago

@ -56,6 +56,8 @@ pipeline:
image: andrey01/drone-clair
url: http://clair:6060
secrets: [ docker_username, docker_password ]
# ignore errors for now
err_ignore: true
scan_image: registry.nixaid.com/andrey01/${DRONE_REPO_NAME}:latest
ca_cert: |
-----BEGIN CERTIFICATE-----

@ -5,8 +5,6 @@ MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y dist-upgrade
RUN apt-get -y --no-install-recommends install \
ca-certificates apt-transport-https gnupg

Loading…
Cancel
Save