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

Active parameter for the signature of a FROM with build stages #8

Closed
rcjsuen opened this issue Feb 18, 2018 · 0 comments
Closed

Active parameter for the signature of a FROM with build stages #8

rcjsuen opened this issue Feb 18, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Feb 18, 2018

Correct parameter:

image

Incorrect parameter (tag):

image

Incorrect parameter (digest):

image

When the signature is calculated for a FROM instruction that is using build stages with an AS, the active parameter is off in the signature with tags and digests. The same thing happens when the parameter is on the stage parameter. The AS parameter gets highlighted in the tag and digest signatures instead of the stage parameter.

Since the active parameter has to match all the signatures, it seems like we need to add an empty parameter into the first signature so that the offsets will match.

@rcjsuen rcjsuen added the bug Something isn't working label Feb 18, 2018
@rcjsuen rcjsuen self-assigned this Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant