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

Improve *.tar.gz detection mechanism during image build #36

Open
jshaptala opened this issue Sep 6, 2023 · 0 comments
Open

Improve *.tar.gz detection mechanism during image build #36

jshaptala opened this issue Sep 6, 2023 · 0 comments
Assignees

Comments

@jshaptala
Copy link
Member

Right now, the mechanism of *.tar.gz file detection has flaws when it comes to more than one software package placed in the /files directory.

We need to make sure we select the proper file with the right extension *.tar.gz. And if the incorrect package is selected, the image is not built and the error is shown. In case of multiple files in the directory that are matching a pattern, let's use the package with the newer version. Otherwise, we can start with the first file in the list.

Suggested error message: Error. Docker image build failed: Invalid application package detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants