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
f0d78180
Commit
f0d78180
authored
Apr 25, 2018
by
Julien Bordellier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change tiller's Dockerfile to use USER nobody + upgrades to alpine:3.7
parent
d502f7c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Dockerfile
rootfs/Dockerfile
+4
-4
Dockerfile.experimental
rootfs/Dockerfile.experimental
+4
-4
No files found.
rootfs/Dockerfile
View file @
f0d78180
...
...
@@ -12,15 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM
alpine:3.
3
FROM
alpine:3.
7
RUN
apk update
&&
apk add ca-certificates
&&
rm
-rf
/var/cache/apk/
*
ENV
HOME /tmp
COPY
tiller /tiller
COPY
tiller /
bin/
tiller
EXPOSE
44134
CMD
["
/tiller"]
USER
nobody
ENTRYPOINT
["/bin
/tiller"]
rootfs/Dockerfile.experimental
View file @
f0d78180
...
...
@@ -12,15 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.
3
FROM alpine:3.
7
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
ENV HOME /tmp
COPY tiller /tiller
COPY tiller /
bin/
tiller
EXPOSE 44134
CMD ["
/tiller", "--experimental-release"]
USER nobody
ENTRYPOINT ["/bin
/tiller", "--experimental-release"]
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