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
I tried to reuse your awesome work in order to build a RabbitMq windows container starting from mcr.microsoft.com/windows/nanoserver image - I need to reduce the image size due to buld-pipeline performance requirements.
I have some issue using ENV to set ERLANG_HOME: the docker command exits without errors but the environment variable is never available to RabbitMq's bat files.
Have you had similar problems building your images?
Do you plan to release a nanoserver-based version of your images in the future?
Thanks in advance,
Pietro.
The text was updated successfully, but these errors were encountered:
I tried to reuse your awesome work in order to build a RabbitMq windows container starting from
mcr.microsoft.com/windows/nanoserver
image - I need to reduce the image size due to buld-pipeline performance requirements.I have some issue using
ENV
to setERLANG_HOME
: the docker command exits without errors but the environment variable is never available to RabbitMq's bat files.Have you had similar problems building your images?
Do you plan to release a nanoserver-based version of your images in the future?
Thanks in advance,
Pietro.
The text was updated successfully, but these errors were encountered: