Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Schema
Commits
8f9679dd
Commit
8f9679dd
authored
Nov 17, 2020
by
Wyatt Nielsen
Committed by
Rucha Deshpande
Nov 20, 2020
Browse files
login to Docker Hub to prevent rate limiting issues
parent
7bdb9812
Pipeline
#16782
passed with stages
in 26 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
provider/schema-aws/build-aws/buildspec.yaml
View file @
8f9679dd
...
...
@@ -17,6 +17,11 @@
# https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html
version
:
0.2
env
:
secrets-manager
:
DOCKER_USERNAME
:
/osdu/devops/docker_credentials:username
DOCKER_PASSWORD
:
/osdu/devops/docker_credentials:password
phases
:
install
:
runtime-versions
:
...
...
@@ -65,6 +70,9 @@ phases:
-
chmod +x ./testing/schema-test-aws/build-aws/prepare-dist.sh
-
./testing/schema-test-aws/build-aws/prepare-dist.sh
-
echo "Logging into Docker Hub..."
-
docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
-
echo "Building docker image..."
-
docker build -f provider/schema-aws/build-aws/Dockerfile -t ${ECR_IMAGE} .
-
docker tag ${ECR_IMAGE} ${ECR_IMAGE_BRANCH_LATEST}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment