Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
4f018e11
Commit
4f018e11
authored
Feb 26, 2016
by
jackgr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set image tag to timestamp.
parent
e1c35b2e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
Makefile
expandybird/Makefile
+0
-1
include.mk
include.mk
+2
-0
Makefile
manager/Makefile
+0
-1
Makefile
resourcifier/Makefile
+0
-1
No files found.
expandybird/Makefile
View file @
4f018e11
...
...
@@ -19,7 +19,6 @@ include ../include.mk
DOCKER_REGISTRY
:=
gcr.io
PREFIX
:=
$(DOCKER_REGISTRY)
/
$(PROJECT)
IMAGE
:=
expandybird
TAG
:=
latest
ROOT_DIR
:=
$
(
abspath ./..
)
DIR
=
$(ROOT_DIR)
...
...
include.mk
View file @
4f018e11
...
...
@@ -5,6 +5,8 @@ info:
@echo "Project: ${PROJECT}"
@echo "Image: ${IMAGE}"
TAG := $(shell echo `date +"%s"`_`date +"%N"`)
.PHONY: test-unit
test-unit:
@echo Running tests...
...
...
manager/Makefile
View file @
4f018e11
...
...
@@ -19,7 +19,6 @@ include ../include.mk
DOCKER_REGISTRY
:=
gcr.io
PREFIX
:=
$(DOCKER_REGISTRY)
/
$(PROJECT)
IMAGE
:=
manager
TAG
:=
latest
ROOT_DIR
:=
$
(
abspath ./..
)
DIR
=
$(ROOT_DIR)
...
...
resourcifier/Makefile
View file @
4f018e11
...
...
@@ -21,7 +21,6 @@ include ../include.mk
DOCKER_REGISTRY
:=
gcr.io
PREFIX
:=
$(DOCKER_REGISTRY)
/
$(PROJECT)
IMAGE
:=
resourcifier
TAG
:=
latest
ROOT_DIR
:=
$
(
abspath ./..
)
DIR
=
$(ROOT_DIR)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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