diff --git a/Dockerfile-fsfreeze-pause b/Dockerfile-fsfreeze-pause index cbaa81523..b0c836432 100644 --- a/Dockerfile-fsfreeze-pause +++ b/Dockerfile-fsfreeze-pause @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:stretch-slim +FROM ubuntu:bionic LABEL maintainer="Steve Kriss " diff --git a/Dockerfile-velero b/Dockerfile-velero index 59f85a16b..671ca56f2 100644 --- a/Dockerfile-velero +++ b/Dockerfile-velero @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:stretch-slim +FROM ubuntu:bionic LABEL maintainer="Steve Kriss " diff --git a/Dockerfile-velero-restic-restore-helper b/Dockerfile-velero-restic-restore-helper index 319fbb165..03148a633 100644 --- a/Dockerfile-velero-restic-restore-helper +++ b/Dockerfile-velero-restic-restore-helper @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM debian:stretch-slim +FROM ubuntu:bionic LABEL maintainer="Steve Kriss " diff --git a/changelogs/unreleased/1488-skriss b/changelogs/unreleased/1488-skriss new file mode 100644 index 000000000..6774be6c0 --- /dev/null +++ b/changelogs/unreleased/1488-skriss @@ -0,0 +1 @@ +Change base images to ubuntu:bionic diff --git a/hack/build-image/Dockerfile b/hack/build-image/Dockerfile index 30d5aeeeb..9b42f9432 100644 --- a/hack/build-image/Dockerfile +++ b/hack/build-image/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.12-stretch +FROM golang:1.12 RUN mkdir -p /go/src/k8s.io && \ cd /go/src/k8s.io && \