Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
Informatica Secure Agent
Merge requests
!57
Python Addition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Python Addition
SAM.CARPENTER-master-patch-52953
into
master
Overview
0
Commits
18
Pipelines
0
Changes
1
Merged
SAM CARPENTER
requested to merge
SAM.CARPENTER-master-patch-52953
into
master
10 months ago
Overview
0
Commits
18
Pipelines
0
Changes
1
Expand
adds python to the SA docker process.
0
0
Merge request reports
Viewing commit
2d587504
Prev
Next
Show latest version
1 file
+
1
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2d587504
overwrite dockerfile with old dockerfile
· 2d587504
SAM CARPENTER
authored
10 months ago
.gitlab-ci.yml
+
4
−
3
Options
@@ -4,13 +4,14 @@ stages:
variables
:
ECR_IMAGE_TAG
:
"
${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/enterprise-integrations/iics_secure_agent:${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}"
ECR_LOGIN_REGISTRY
:
"
${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com"
DOIT_REGISTRY_IMAGE_TAG
:
$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
before_script
:
-
apk update && apk add groff less && apk add py3-pip
-
pip3 install awscli
-
$(aws ecr get-login --no-include-email --region us-east-1)
-
apk update && apk add groff less
-
apk add aws-cli
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${ECR_LOGIN_REGISTRY}
after_script
:
-
docker logout "$AWS_ACCOUNT_ID".dkr.ecr.us-east-1.amazonaws.com
Loading