342:ef5986aad0ff
Anton Shestakov <av6@dwimlabs.net>, Thu, 31 May 2018 12:18:06 +0800
checker: move to the current LTS (Bionic) as the base image

previous change 138:0e226445b215

check-in-docker.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/sh
set -eu
(
cat dockerfiles/ubuntu-bionic
echo 'WORKDIR /mnt'
) | docker build --tag candolint-checker - 1>&2
docker run --rm -u worker -v "$PWD":/mnt:ro candolint-checker \
python -u checker.py "$@" 2>&1