We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apiVersion: skaffold/v4beta11 kind: Config metadata: name: skaffold-python-app build: artifacts: - image: skaffold-python-app docker: dockerfile: Dockerfile tagPolicy: customTemplate: template: 'skaffold-python-app:latest' # 固定的 latest 标签 manifests: rawYaml: - k8s/deployment.yaml - k8s/service.yaml
执行后依然提示 Executing custom template &{customTemplate 0xc000378ea0 0xc000152960 } with custom map map[] subtask=-1 task=DevLoop DEBU[0000] parsing image name: invalid reference format
The text was updated successfully, but these errors were encountered:
No branches or pull requests
apiVersion: skaffold/v4beta11
kind: Config
metadata:
name: skaffold-python-app
build:
artifacts:
- image: skaffold-python-app
docker:
dockerfile: Dockerfile
tagPolicy:
customTemplate:
template: 'skaffold-python-app:latest' # 固定的 latest 标签
manifests:
rawYaml:
- k8s/deployment.yaml
- k8s/service.yaml
执行后依然提示 Executing custom template &{customTemplate 0xc000378ea0 0xc000152960 } with custom map map[] subtask=-1 task=DevLoop DEBU[0000] parsing image name: invalid reference format
The text was updated successfully, but these errors were encountered: