Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
burrow
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hang Yu
burrow
Commits
d8bbbb2c
Unverified
Commit
d8bbbb2c
authored
8 years ago
by
Casey Kuhlman
Browse files
Options
Downloads
Patches
Plain Diff
fixup docker build
parent
bb8c8715
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
circle.yml
+2
-0
2 additions, 0 deletions
circle.yml
tests/build_tool.sh
+1
-1
1 addition, 1 deletion
tests/build_tool.sh
with
3 additions
and
1 deletion
circle.yml
+
2
−
0
View file @
d8bbbb2c
...
...
@@ -42,6 +42,7 @@ deployment:
commands
:
-
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
-
tests/build_tool.sh
-
"
docker
tag
quay.io/eris/db:build
throw:build
&&
docker
rmi
quay.io/eris/db:build"
-
docker push quay.io/eris/db
-
docs/build.sh master
develop
:
...
...
@@ -49,5 +50,6 @@ deployment:
commands
:
-
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS quay.io
-
tests/build_tool.sh
-
"
docker
rmi
quay.io/eris/db:latest
&&
docker
tag
quay.io/eris/db:build
throw:build
&&
docker
rmi
quay.io/eris/db:build"
-
docker push quay.io/eris/db
-
docs/build.sh
This diff is collapsed.
Click to expand it.
tests/build_tool.sh
+
1
−
1
View file @
d8bbbb2c
...
...
@@ -41,7 +41,7 @@ docker run --rm --entrypoint cat $IMAGE:build /usr/local/bin/eris-client > $REPO
docker build
-t
$IMAGE
:
$release_min
-f
Dockerfile.deploy
$REPO
# Cleanup
rm
$REPO
/
$TARGET
rm
$REPO
/
"
$TARGET
"
_build_artifact
rm
$REPO
/eris-client
# Extra Tags
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment