change base images to ubuntu:bionic
Signed-off-by: Steve Kriss <krisss@vmware.com>pull/1488/head
parent
5a811b4629
commit
c49e1ff0cc
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM debian:stretch-slim
|
FROM ubuntu:bionic
|
||||||
|
|
||||||
LABEL maintainer="Steve Kriss <krisss@vmware.com>"
|
LABEL maintainer="Steve Kriss <krisss@vmware.com>"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM debian:stretch-slim
|
FROM ubuntu:bionic
|
||||||
|
|
||||||
LABEL maintainer="Steve Kriss <krisss@vmware.com>"
|
LABEL maintainer="Steve Kriss <krisss@vmware.com>"
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM debian:stretch-slim
|
FROM ubuntu:bionic
|
||||||
|
|
||||||
LABEL maintainer="Steve Kriss <krisss@vmware.com>"
|
LABEL maintainer="Steve Kriss <krisss@vmware.com>"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Change base images to ubuntu:bionic
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM golang:1.12-stretch
|
FROM golang:1.12
|
||||||
|
|
||||||
RUN mkdir -p /go/src/k8s.io && \
|
RUN mkdir -p /go/src/k8s.io && \
|
||||||
cd /go/src/k8s.io && \
|
cd /go/src/k8s.io && \
|
||||||
|
|
Loading…
Reference in New Issue