mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Update buildroot to 1.16 * Update go.mod to use go 1.16 * Ran go mod vendor for failing test * Update 1.15 reference at more places
6 lines
169 B
Docker
6 lines
169 B
Docker
# Dockerfile to bootstrap build and test in openshift-ci
|
|
|
|
FROM registry.ci.openshift.org/openshift/release:golang-1.16
|
|
|
|
RUN yum -y install make wget gcc git httpd-tools
|