Skip to content
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] judged wrong app type when buildcontext is both have yaml and shell files #2008

Closed
kakaZhou719 opened this issue Feb 3, 2023 · 1 comment
Assignees
Labels
kind/bug Something isn't working

Comments

@kakaZhou719
Copy link
Member

What happen?

If the app type cannot be judged, user needs to write APPCMDS in the kubefile.

for example:

i have a app contains yaml file and shell:

ls buildcontext: 
nginx.yaml
ns.yaml
start.sh

i just want to copy all yaml and shell files , then use start.sh to launch my app.

kubefile:

FROM scratch
APP myapp local://buildcontext
LAUNCH myapp

this will judge myapp its a yaml type.

Relevant log output?

No response

What you expected to happen?

No response

How to reproduce it (as minimally and precisely as possible)?

No response

Anything else we need to know?

No response

What is the version of Sealer you using?

No response

What is your OS environment?

No response

What is the Kernel version?

No response

Other environment you want to tell us?

  • Cloud provider or hardware configuration:
  • Install tools:
  • Others:
@kakaZhou719 kakaZhou719 added the kind/bug Something isn't working label Feb 3, 2023
@kakaZhou719 kakaZhou719 self-assigned this Feb 7, 2023
@kakaZhou719
Copy link
Member Author

Duplicated issue with #1993

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant