Skip to content

Commit

Permalink
Merge pull request #445 from digitalocean/update-handle-image-sh-for-…
Browse files Browse the repository at this point in the history
…newest-kube-versions

Update handle-image.sh for newest Kubernetes versions
  • Loading branch information
Timo Reimann authored Jul 7, 2022
2 parents 9990ab2 + 4b859e2 commit 678a65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/handle-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ readonly OPERATION="$1"

case "${OPERATION}" in
build)
docker build -t "${IMAGE}" --build-arg KUBE_VERSION_1_21 --build-arg KUBE_VERSION_1_21_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_20 --build-arg KUBE_VERSION_1_20_E2E_BIN_SHA256_CHECKSUM --build-arg SHA_1_19 --build-arg KUBE_VERSION_1_19_E2E_BIN_SHA256_CHECKSUM -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}"
docker build -t "${IMAGE}" --build-arg KUBE_VERSION_1_23 --build-arg KUBE_VERSION_1_23_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_22 --build-arg KUBE_VERSION_1_22_E2E_BIN_SHA256_CHECKSUM --build-arg KUBE_VERSION_1_21 --build-arg KUBE_VERSION_1_21_E2E_BIN_SHA256_CHECKSUM -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}"
;;

push)
Expand Down

0 comments on commit 678a65d

Please sign in to comment.