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
In case a Docker image cannot be found, the ITDE currently prints long warnings which are distracting and make it hard to analyze problems in the logs displayed in CI builds.
Sample
WARNING -
AnalyzeTestContainer_d87..._1_DockerTestContainerBuild, no_cache=False):
Image exaslct_test/buildtestcontainertest:db-test-container_E3U...VLA not in registry,
got exception 404 Client Error for http+docker://localhost/v1.43/images/create
?tag=db-test-container_E3U...VLA
&fromImage=exaslct_test%2Fbuildtestcontainertest:
Not Found ("pull access denied for exaslct_test/buildtestcontainertest,
repository does not exist or may require 'docker login':
denied: requested access to the resource is denied")
Proposal
display a shorter message withlog level WARN by default, e.g.
Docker image ... does not exist, yet - Building it on the fly
display full output with log level INFO
The text was updated successfully, but these errors were encountered:
In case a Docker image cannot be found, the ITDE currently prints long warnings which are distracting and make it hard to analyze problems in the logs displayed in CI builds.
Sample
Proposal
WARN
by default, e.g.The text was updated successfully, but these errors were encountered: