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
In order to get LASR working in the managed environment, it's apparently necessary to pull and extract the node:lts-slim container image from the Docker Hub image repo. We don't want to deploy Docker as a dependency on all of the nodes, plus we want to have a barrier between pulled images and deployed images to allow for future evaluation and auditing, as well as general consistency.
This task's work items are to create an orchestration role to:
Deploy Docker to testnet-services node
Pull the requested images (node:lts-slim initially) from Docker Hub
Extract the image as a tarball
Publish the tarball over HTTP(S) for LASR nodes to pull from
The text was updated successfully, but these errors were encountered:
In order to get LASR working in the managed environment, it's apparently necessary to pull and extract the
node:lts-slim
container image from the Docker Hub image repo. We don't want to deploy Docker as a dependency on all of the nodes, plus we want to have a barrier between pulled images and deployed images to allow for future evaluation and auditing, as well as general consistency.This task's work items are to create an orchestration role to:
node:lts-slim
initially) from Docker HubThe text was updated successfully, but these errors were encountered: