Skip to content

Commit

Permalink
Update subctl version in base image to v0.6.0-rc0
Browse files Browse the repository at this point in the history
Also adds subctl version output to deploy pre-reqs

Signed-off-by: Vishal Thapar <5137689+vthapar@users.noreply.github.com>
  • Loading branch information
vthapar authored and tpantelis committed Aug 20, 2020
1 parent 6decf29 commit 2254d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile.shipyard-dapper-base
Original file line number Diff line number Diff line change
Expand Up @@ -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} && \
Expand Down
1 change: 1 addition & 0 deletions scripts/shared/lib/deploy_operator
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 2254d86

Please sign in to comment.