hack/scripts-dev: update docker images, update DNS cert CN example

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-01-19 21:54:37 -08:00
parent 1a0057bcb5
commit 0b9dc9ccd3
30 changed files with 511 additions and 124 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:16.10
FROM ubuntu:17.10
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections