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
278a3911
Commit
278a3911
authored
Aug 19, 2015
by
Satnam Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fetch fluentd td agent securely
parent
b3bce3aa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dockerfile
.../addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
+1
-1
Makefile
...er/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile
View file @
278a3911
...
@@ -24,7 +24,7 @@ RUN apt-get update && \
...
@@ -24,7 +24,7 @@ RUN apt-get update && \
apt-get clean
apt-get clean
# Install Fluentd.
# Install Fluentd.
RUN
/usr/bin/curl
-L
http
://toolbelt.treasuredata
.com/sh/install-ubuntu-trusty-td-agent2.sh | sh
RUN
/usr/bin/curl
-L
http
s://td-toolbelt.herokuapp
.com/sh/install-ubuntu-trusty-td-agent2.sh | sh
# Change the default user and group to root.
# Change the default user and group to root.
# Needed to allow access to /var/log/docker/... files.
# Needed to allow access to /var/log/docker/... files.
...
...
cluster/addons/fluentd-elasticsearch/fluentd-es-image/Makefile
View file @
278a3911
.PHONY
:
build push
.PHONY
:
build push
IMAGE
=
fluentd-elasticsearch
IMAGE
=
fluentd-elasticsearch
TAG
=
1.
8
TAG
=
1.
9
build
:
build
:
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
docker build
-t
gcr.io/google_containers/
$(IMAGE)
:
$(TAG)
.
...
...
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