diff --git a/package/Dockerfile.shipyard-dapper-base b/package/Dockerfile.shipyard-dapper-base index a684b88ff..d8ad09584 100644 --- a/package/Dockerfile.shipyard-dapper-base +++ b/package/Dockerfile.shipyard-dapper-base @@ -48,7 +48,7 @@ RUN dnf -y install --nodocs --setopt=install_weak_deps=False \ ENV LINT_VERSION=v1.28.0 \ HELM_VERSION=v2.16.9 \ KIND_VERSION=v0.7.0 \ - SUBCTL_VERSION=v0.5.0 + SUBCTL_VERSION=v0.6.0-rc0 # This layer's versioning is determined by us, and thus could be rebuilt more frequently to test different versions RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin -d ${LINT_VERSION} && \ diff --git a/scripts/shared/lib/deploy_operator b/scripts/shared/lib/deploy_operator index 374226f8a..5d380285e 100644 --- a/scripts/shared/lib/deploy_operator +++ b/scripts/shared/lib/deploy_operator @@ -15,6 +15,7 @@ readonly SUBM_ENGINE_IMAGE_TAG=local function deploytool_prereqs() { test -x /go/bin/subctl + /go/bin/subctl version import_image quay.io/submariner/submariner-operator }