Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
0a84eaab
Commit
0a84eaab
authored
5 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
modified: Makefile
modified: config.env
parent
05c9552f
No related branches found
No related tags found
No related merge requests found
Pipeline
#1721
failed with stages
in 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/docker/Makefile
+2
-2
2 additions, 2 deletions
containers/docker/Makefile
containers/docker/config.env
+1
-0
1 addition, 0 deletions
containers/docker/config.env
with
3 additions
and
2 deletions
containers/docker/Makefile
+
2
−
2
View file @
0a84eaab
...
...
@@ -87,9 +87,9 @@ tag-alt-version: ## Generate container `{version}` tag
# ==========================================================================
#
login
:
##
Auto login to AWS-ECR unsing aws-cli
@
docker login
$(
REG_NAME
)
-u
$(
REG_USER
)
-p
$(
REG_TOKEN
)
docker login
$(
REG_NAME
)
-u
$(
REG_USER
)
-p
$(
REG_TOKEN
)
release
:
build publish
##
Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
release
:
build
-nc
publish
##
Make a release by building and publishing the `{version}` ans `latest` tagged containers to ECR
publish
:
login publish-latest
#
publish-version
##
Publish the `{version}` ans `latest` tagged containers to ECR
...
...
This diff is collapsed.
Click to expand it.
containers/docker/config.env
+
1
−
0
View file @
0a84eaab
...
...
@@ -4,6 +4,7 @@ PORT=4000
REG_TOKEN ?= ${CI_IMAGE_BUILD_PAT}
REG_USER ?= whit
REG_NAME ?= eicweb.phy.anl.gov:4567
REG_HOST ?= eicweb.phy.anl.gov
# name of alternate build:
# Dockerfile.$(ALT_NAME) --> $(APP_NAME)_${ALT_NAME}
...
...
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