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
Currently, the Knetminer's Docker image embeds features that are required under AWS, for instance for the purpose of sending analytics logs to an S3 store.
We need more modularity, ie, a new image (eg, Dockerfile-aws) that is based on the existing one and has the additional components. The AWS-specific conditional code (eg, in runtime-helper.sh) can remain, proper checking makes it working when outside of Amazon.
The text was updated successfully, but these errors were encountered:
Currently, the Knetminer's Docker image embeds features that are required under AWS, for instance for the purpose of sending analytics logs to an S3 store.
We need more modularity, ie, a new image (eg, Dockerfile-aws) that is based on the existing one and has the additional components. The AWS-specific conditional code (eg, in
runtime-helper.sh
) can remain, proper checking makes it working when outside of Amazon.The text was updated successfully, but these errors were encountered: