-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
delete #5176
Comments
I had to revert to 1.16.0 to get my images to push to remote repository at all. |
Hi @othercorey. Do you have any settings for There were some changes to this with #5012, but when I run with
|
@braderhart I'm wondering if the profile isn't being applied correctly. Can you try embedding this apiVersion: skaffold/v2beta10
kind: Config
build:
local:
useBuildkit: true
artifacts:
- context: docker/aria2
docker:
buildArgs:
ARIA2_VERSION: 1.35.0
noCache: true
image: equalos/aria2
tagPolicy:
envTemplate:
template: alpine
metadata:
name: aria2 |
And can you include your |
@braderhart do you have any other contexts defined? (specifically non-local clusters) |
hmm looks like when you specify the
May be there is a bug on how we apply profiles. |
@tejaldesai were you able to reproduce this issue? I wasn't sure from your above comment, currently this has |
seems like a dupe of #5334 |
@braderhart can you confirm this is still an issue on the latest version of skaffold (or any version later than v1.27.0)? it seems that this has been fixed in #6024 but I want to be sure before closing this issue. |
The text was updated successfully, but these errors were encountered: