Skip to content

Commit

Permalink
change base images to ubuntu:bionic
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed May 15, 2019
1 parent 5a811b4 commit c49e1ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-fsfreeze-pause
Expand Up @@ -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 <krisss@vmware.com>"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-velero
Expand Up @@ -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 <krisss@vmware.com>"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-velero-restic-restore-helper
Expand Up @@ -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 <krisss@vmware.com>"

Expand Down
1 change: 1 addition & 0 deletions changelogs/unreleased/1488-skriss
@@ -0,0 +1 @@
Change base images to ubuntu:bionic
2 changes: 1 addition & 1 deletion hack/build-image/Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit c49e1ff

Please sign in to comment.