You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
OPERATOR_DIR is a relative path only and that results in strange behavior later, when we cdback, we won't actually cd back.
ko resolve -P should only be used in prow, when targeting GCR. When targeting DockerHub (as when running the tests locally for example), I can't use -P since DockerHub doesn't support nested paths. UPDATE: I switched to using Quay.io and I will ignore this problem for now.
Problems:
OPERATOR_DIRis a relative path only and that results in strange behavior later, when wecdback, we won't actually cd back.UPDATE: I switched to using Quay.io and I will ignore this problem for now.ko resolve -Pshould only be used in prow, when targeting GCR. When targeting DockerHub (as when running the tests locally for example), I can't use-Psince DockerHub doesn't support nested paths.Original: houshengbo#1