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
Current syntax supports text ref or commit after # but it should also be possible to specify both. So for example, checkout is by tag but will fail if commit sha doesn't match.
The user could atm just specify only commit but:
it is visually hard to understand what version it is
when using keep-git-dir, the checkout branch could differ.
moby/moby#49674 seems to be a use case for it. These could all use ADD instead of RUN git clone, but atm if we want to pin to a commit, we would need to add a tag as a comment only.
There is also #4905 that I think needs this as a dependency. If there is anything else #4905 needs it should be added with the same PR as well.
Current syntax supports text ref or commit after
#
but it should also be possible to specify both. So for example, checkout is by tag but will fail if commit sha doesn't match.The user could atm just specify only commit but:
keep-git-dir
, the checkout branch could differ.moby/moby#49674 seems to be a use case for it. These could all use
ADD
instead ofRUN git clone
, but atm if we want to pin to a commit, we would need to add a tag as a comment only.There is also #4905 that I think needs this as a dependency. If there is anything else #4905 needs it should be added with the same PR as well.
@AkihiroSuda
The text was updated successfully, but these errors were encountered: