Ujjwaljain16 commented on issue #44220:
URL: https://github.com/apache/superset/issues/44220#issuecomment-5667879752

   The fix has been implemented and fully validated.
   
   I reproduced the original failure against the exact `6.1.0` release commit, 
and a complete build using the fixed logic now succeeds. The refresh correctly 
detects that the release Dockerfile does not contain the newer `superset` stage 
and falls back to the existing `lean` stage, while preserving the expected 
`6.1.0`, `latest`, and per-SHA image tags.
   
   The resulting image was also inspected to verify the runtime configuration 
and that the final `target` label is correctly set to `lean`.
   
   The workflow logic was additionally verified against 5.0.0, 6.0.0, 6.1.0, 
and current master, with unexpected target mismatches still failing loudly. 
`actionlint`, `shellcheck`, and the existing scheduled Docker image refresh 
tests all pass.
   
   I've opened a PR with the fix; the Dockerfile itself remains unchanged since 
this is a compatibility issue between the current refresh tooling and older 
release Dockerfiles.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to