We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde41c7 commit af1015dCopy full SHA for af1015d
Makefile
@@ -12,8 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-include versions.mk
16
-
17
# Image URL to use all building/pushing image targets
18
IMG ?= controller:latest
19
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
@@ -133,7 +131,6 @@ docker-push: ## Push the docker image
133
131
.PHONY: docker-pull-prerequisites
134
132
docker-pull-prerequisites:
135
docker pull docker.io/docker/dockerfile:1.1-experimental
136
- docker pull docker.io/library/golang:$(GOLANG_VERSION)
137
docker pull gcr.io/distroless/static:latest
138
139
## --------------------------------------
versions.mk
0 commit comments