Fix image builds for jessie
- jessie's regular archive key expired. This commit switches to debian/eol:jessie as base image
This commit is contained in:
parent
1f815bad85
commit
2c1dc14eaf
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:jessie
|
FROM debian/eol:jessie
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive \
|
&& DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:jessie
|
FROM debian/eol:jessie
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive \
|
&& DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:jessie
|
FROM debian/eol:jessie
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive \
|
&& DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:jessie
|
FROM debian/eol:jessie
|
||||||
|
|
||||||
COPY testca/root/ca.crt.pem /usr/local/share/ca-certificates/testca_root.crt
|
COPY testca/root/ca.crt.pem /usr/local/share/ca-certificates/testca_root.crt
|
||||||
COPY testca/class3/ca.crt.pem /usr/local/share/ca-certificates/testca_class3.crt
|
COPY testca/class3/ca.crt.pem /usr/local/share/ca-certificates/testca_class3.crt
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:jessie
|
FROM debian/eol:jessie
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive \
|
&& DEBIAN_FRONTEND=noninteractive \
|
||||||
|
|
Loading…
Reference in a new issue