Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
28aa9b4d
Commit
28aa9b4d
authored
Nov 11, 2015
by
Dr. Stefan Schimanski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Makefile to build examples/cluster-dns images
parent
da194b46
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
Makefile
examples/cluster-dns/images/backend/Makefile
+13
-0
Makefile
examples/cluster-dns/images/frontend/Makefile
+13
-0
No files found.
examples/cluster-dns/images/backend/Makefile
0 → 100644
View file @
28aa9b4d
TAG
=
v1
PREFIX
=
gcr.io/google_containers
IMAGE
=
example-dns-backend
all
:
push
image
:
docker build
-t
$(PREFIX)
/
$(IMAGE)
:
$(TAG)
.
push
:
image
gcloud docker push
$(PREFIX)
/
$(IMAGE)
clean
:
examples/cluster-dns/images/frontend/Makefile
0 → 100644
View file @
28aa9b4d
TAG
=
v1
PREFIX
=
gcr.io/google_containers
IMAGE
=
example-dns-frontend
all
:
push
image
:
docker build
-t
$(PREFIX)
/
$(IMAGE)
:
$(TAG)
.
push
:
image
gcloud docker push
$(PREFIX)
/
$(IMAGE)
clean
:
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