Skip to content

Commit

Permalink
deploy: 4affd5c
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Aug 19, 2024
1 parent 80fe2bd commit 12f60a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions admin/dashboard_with_plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2065,15 +2065,16 @@ <h3 id="login-to-your-ecr">Login to your ECR</h3>
<p>Your ECR location will have this form
<div class="language-text highlight"><pre><span></span><code><span id="__span-3-1"><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a>&lt;aws_account_id&gt;.dkr.ecr.us-east-1.amazonaws.com
</span></code></pre></div></p>
<div class="language-text highlight"><pre><span></span><code><span id="__span-4-1"><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>aws ecr-public get-login-password --region us-east-1 --profile \
</span><span id="__span-4-2"><a id="__codelineno-4-2" name="__codelineno-4-2" href="#__codelineno-4-2"></a>&lt;your_aws_profile&gt; | docker login --username AWS \
</span><span id="__span-4-3"><a id="__codelineno-4-3" name="__codelineno-4-3" href="#__codelineno-4-3"></a>--password-stdin &lt;aws_account_id&gt;.dkr.ecr.us-east-1.amazonaws.com
<div class="language-text highlight"><pre><span></span><code><span id="__span-4-1"><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>aws ecr get-login-password --region us-east-1 --profile &lt;aws_profile&gt; \
</span><span id="__span-4-2"><a id="__codelineno-4-2" name="__codelineno-4-2" href="#__codelineno-4-2"></a>| docker login --profile &lt;your_aws_profile&gt; \
</span><span id="__span-4-3"><a id="__codelineno-4-3" name="__codelineno-4-3" href="#__codelineno-4-3"></a> --username AWS --password-stdin &lt;aws_account_id&gt;.dkr.ecr.us-east-1.amazonaws.com
</span></code></pre></div>
<h3 id="tagpush-the-image-to-aws-ecr">Tag/Push the Image to AWS ECR</h3>
<p><div class="language-text highlight"><pre><span></span><code><span id="__span-5-1"><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>docker tag my_sageworks_with_plugins:v1_0 \
</span><span id="__span-5-2"><a id="__codelineno-5-2" name="__codelineno-5-2" href="#__codelineno-5-2"></a>&lt;aws_account_id&gt;.dkr.ecr.us-east-1.amazonaws.com/sageworks_with_plugins:v1_0
</span></code></pre></div>
<div class="language-text highlight"><pre><span></span><code><span id="__span-6-1"><a id="__codelineno-6-1" name="__codelineno-6-1" href="#__codelineno-6-1"></a>docker push &lt;aws_account_id&gt;.dkr.ecr.us-east-1.amazonaws.com/sageworks_with_plugins:v1_0
<div class="language-text highlight"><pre><span></span><code><span id="__span-6-1"><a id="__codelineno-6-1" name="__codelineno-6-1" href="#__codelineno-6-1"></a>docker push \
</span><span id="__span-6-2"><a id="__codelineno-6-2" name="__codelineno-6-2" href="#__codelineno-6-2"></a>&lt;aws_account_id&gt;.dkr.ecr.us-east-1.amazonaws.com/sageworks_with_plugins:v1_0
</span></code></pre></div></p>
<h2 id="deploying-plugin-docker-image-to-aws">Deploying Plugin Docker Image to AWS</h2>
<p>Okay now that you have your plugin Docker Image you can deploy to your AWS account:</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 12f60a1

Please sign in to comment.