From 5cbbd327b2368d4475b8093d9af71cd5ce32202b Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 25 Aug 2021 08:02:01 -0400 Subject: [PATCH] fix: CRW-2137 since DEV_WORKSPACE_CHE_OPERATOR_VERSION has been removed from dockerfile, and we're not unpacking asset-devworkspace-che-operator.zip anymore, should ALSO stop fetching unused zipball for DWCO (#1031) Change-Id: Icbb14dbf630724f752ad81494a6747a39097a5cf Signed-off-by: nickboldt --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28d942c0f..3a17512b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN mkdir -p $GOPATH/restic && \ curl -sSLo- https://api.github.com/repos/restic/restic/tarball/${RESTIC_TAG} | tar --strip-components=1 -xz -C $GOPATH/restic && \ cd $GOPATH/restic && go mod vendor && \ curl -sSLo /tmp/asset-devworkspace-operator.zip https://api.github.com/repos/devfile/devworkspace-operator/zipball/${DEV_WORKSPACE_CONTROLLER_VERSION} && \ - curl -sSLo /tmp/asset-devworkspace-che-operator.zip https://api.github.com/repos/che-incubator/devworkspace-che-operator/zipball/${DEV_WORKSPACE_CHE_OPERATOR_VERSION} && \ curl -sSLo /tmp/asset-header-rewrite-traefik-plugin.zip https://api.github.com/repos/che-incubator/header-rewrite-traefik-plugin/zipball/${DEV_HEADER_REWRITE_TRAEFIK_PLUGIN} WORKDIR /che-operator