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
2743a84a
Commit
2743a84a
authored
Apr 05, 2016
by
jackgr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reenable empty project and remove legacy variable
parent
0af0856e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
pushing.md
docs/pushing.md
+1
-1
Makefile
examples/wordpress/images/nginx/Makefile
+1
-1
include.mk
rootfs/include.mk
+1
-4
No files found.
docs/pushing.md
View file @
2743a84a
...
@@ -18,5 +18,5 @@ supported platforms and architectures, checkout the branch and tag you intend to
...
@@ -18,5 +18,5 @@ supported platforms and architectures, checkout the branch and tag you intend to
and then run the following:
and then run the following:
```
```
$ PROJECT=kubernetes-helm make push
$
DOCKER_
PROJECT=kubernetes-helm make push
```
```
examples/wordpress/images/nginx/Makefile
View file @
2743a84a
.PHONY
:
all build push clean
.PHONY
:
all build push clean
DOCKER_REGISTRY
=
gcr.io
DOCKER_REGISTRY
=
gcr.io
PREFIX
=
$(DOCKER_REGISTRY)
/
$(PROJECT)
PREFIX
=
$(DOCKER_REGISTRY)
/
$(
DOCKER_
PROJECT)
IMAGE
=
nginx
IMAGE
=
nginx
TAG
=
latest
TAG
=
latest
...
...
rootfs/include.mk
View file @
2743a84a
...
@@ -17,9 +17,6 @@
...
@@ -17,9 +17,6 @@
DEFAULT_REGISTRY := gcr.io
DEFAULT_REGISTRY := gcr.io
DOCKER_REGISTRY ?= $(DEFAULT_REGISTRY)
DOCKER_REGISTRY ?= $(DEFAULT_REGISTRY)
DEFAULT_PROJECT := kubernetes-helm
DOCKER_PROJECT ?= $(DEFAULT_PROJECT)
# Support both local and remote repos, and support no project.
# Support both local and remote repos, and support no project.
ifeq ($(DOCKER_PROJECT),)
ifeq ($(DOCKER_PROJECT),)
PREFIX := $(DOCKER_REGISTRY)
PREFIX := $(DOCKER_REGISTRY)
...
@@ -46,7 +43,7 @@ clean:
...
@@ -46,7 +43,7 @@ clean:
info:
info:
@echo "Build tag: ${TAG}"
@echo "Build tag: ${TAG}"
@echo "Registry: ${DOCKER_REGISTRY}"
@echo "Registry: ${DOCKER_REGISTRY}"
@echo "Project: ${PROJECT}"
@echo "Project: ${
DOCKER_
PROJECT}"
@echo "Image: ${IMAGE}"
@echo "Image: ${IMAGE}"
@echo "Platform: ${PLATFORM}"
@echo "Platform: ${PLATFORM}"
@echo "Arch: ${ARCH}"
@echo "Arch: ${ARCH}"
...
...
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