-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bug: import when path is a (http/https) url does not allow renaming #456
Labels
Comments
|
thats what i had, right? - path: https://www.cisco.com/favicon.ico
dest: /imports/http-file I'm confused. |
rchincha
added a commit
to rchincha/stacker
that referenced
this issue
May 1, 2023
Fixes issue project-stacker#456 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
rchincha
added a commit
to rchincha/stacker
that referenced
this issue
May 1, 2023
Fixes issue project-stacker#456 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
rchincha
added a commit
to rchincha/stacker
that referenced
this issue
May 1, 2023
Fixes issue project-stacker#456 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
rchincha
added a commit
to rchincha/stacker
that referenced
this issue
May 1, 2023
Fixes issue project-stacker#456 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
hallyn
pushed a commit
that referenced
this issue
May 2, 2023
Fixes issue #456 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
smoser
added a commit
to smoser/bootkit
that referenced
this issue
Jul 18, 2023
This allows user that invokes make to influence the mosctl and zot binary via MOSCTL_BINARY and ZOT_BINARY variables respectively. The make variables will take the values present in the environment or on the make command line if provided. So either: export MOSCTL_BINARY=/tmp/my-mosctl export ZOT_BINARY=http://... or make MOSCTL_BINARY=... ZOT_BINARY=... There is a workaround for stacker issue project-stacker/stacker#456
smoser
added a commit
to smoser/bootkit
that referenced
this issue
Jul 18, 2023
This allows user that invokes make to influence the mosctl and zot binary via MOSCTL_BINARY and ZOT_BINARY variables respectively. The make variables will take the values present in the environment or on the make command line if provided. So either: export MOSCTL_BINARY=/tmp/my-mosctl export ZOT_BINARY=http://... or make MOSCTL_BINARY=... ZOT_BINARY=... There is a workaround for stacker issue project-stacker/stacker#456
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stacker version
v1.0.0-rc4-8e267fc
Describe the bug
stacker cannot rename an import when the 'path' is a http or https url.
the imported path will be the basename of the url.
To reproduce
stacker.yaml
Expected behavior
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: