tianocore / containers

Repository to maintain and manage edk2 containers
Other
22 stars 26 forks source link

Ubuntu-20: Fix dev image entrypoint #55

Closed jgarver closed 1 year ago

jgarver commented 1 year ago

An extra backslash on the previous RUN, absorbed the entrypoint COPY. The result was that the entrypoint script was not copied into the image.

This results Issue #54.

osteffenrh commented 1 year ago

Oops, yeah.

jgarver commented 1 year ago

Thanks for the quick response!

Looks like the push after the rebuild failed, though. I can't retrigger it. Can you?

cfernald commented 1 year ago

Thanks for the quick response!

Looks like the push after the rebuild failed, though. I can't retrigger it. Can you?

queued up a re-run

jgarver commented 1 year ago

That did it. Thanks!