You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: