Merge pull request #1488 from skriss/ubuntu-base

change base images to ubuntu:bionic
This commit is contained in:
Nolan Brubaker
2019-05-15 13:33:18 -07:00
committed by GitHub
5 changed files with 5 additions and 4 deletions

View File

@@ -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>"

View File

@@ -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>"

View File

@@ -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>"

View File

@@ -0,0 +1 @@
Change base images to ubuntu:bionic

View File

@@ -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 && \