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
The validator is flagging an error because the variable can't be resolved to a value that makes sense for an EXPOSE instruction (as it resolves to nothing). However, as the value will be provided by the user when the Docker image is built, the argument should just be outright ignored by the validator as we should assume that the value provided by the user is valid.
The text was updated successfully, but these errors were encountered:
The validator is flagging an error because the variable can't be resolved to a value that makes sense for an
EXPOSE
instruction (as it resolves to nothing). However, as the value will be provided by the user when the Docker image is built, the argument should just be outright ignored by the validator as we should assume that the value provided by the user is valid.The text was updated successfully, but these errors were encountered: