Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
[major] update dockerfile (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Kato committed Jan 17, 2019
1 parent 03a23e3 commit f46fd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:16.04 AS builder
FROM ubuntu:latest AS builder

ENV APP_NAME ngtd

Expand Down Expand Up @@ -47,7 +47,6 @@ RUN CGO_ENABLED=1 \
FROM scratch
LABEL maintainer "kpango <[email protected]>, Kosuke Morimoto <[email protected]>"

ENV APP_USER ngtd-user
ENV APP_NAME ngtd

# Copy certificates for SSL/TLS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NGTD: Serving [NGT](https://github.com/yahoojapan/NGT) over HTTP or gRPC. [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0) [![release](https://img.shields.io/github/release/yahoojapan/ngtd.svg?style=flat-square)](https://github.com/yahoojapan/ngtd/releases/latest) [![CircleCI](https://circleci.com/gh/yahoojapan/ngtd.svg)](https://circleci.com/gh/yahoojapan/ngtd) [![codecov](https://codecov.io/gh/yahoojapan/ngtd/branch/master/graph/badge.svg)](https://codecov.io/gh/yahoojapan/ngtd) [![Go Report Card](https://goreportcard.com/badge/github.com/yahoojapan/ngtd)](https://goreportcard.com/report/github.com/yahoojapan/ngtd) [![GolangCI](https://golangci.com/badges/github.com/yahoojapan/ngtd.svg?style=flat-square)](https://golangci.com/r/github.com/yahoojapan/ngtd) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b03d543ee4a9448ba6d25f94f4989ba4)](https://www.codacy.com/app/i.can.feel.gravity/ngtd?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=yahoojapan/ngtd&amp;utm_campaign=Badge_Grade) [![GoDoc](http://godoc.org/github.com/yahoojapan/ngtd?status.svg)](http://godoc.org/github.com/yahoojapan/ngtd)
# NGTD: Serving [NGT](https://github.com/yahoojapan/NGT) over HTTP or gRPC. [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://opensource.org/licenses/Apache-2.0) [![release](https://img.shields.io/github/release/yahoojapan/ngtd.svg?style=flat-square)](https://github.com/yahoojapan/ngtd/releases/latest) [![CircleCI](https://circleci.com/gh/yahoojapan/ngtd.svg)](https://circleci.com/gh/yahoojapan/ngtd) [![codecov](https://codecov.io/gh/yahoojapan/ngtd/branch/master/graph/badge.svg)](https://codecov.io/gh/yahoojapan/ngtd) [![Go Report Card](https://goreportcard.com/badge/github.com/yahoojapan/ngtd)](https://goreportcard.com/report/github.com/yahoojapan/ngtd) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b03d543ee4a9448ba6d25f94f4989ba4)](https://www.codacy.com/app/i.can.feel.gravity/ngtd?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=yahoojapan/ngtd&amp;utm_campaign=Badge_Grade) [![GoDoc](http://godoc.org/github.com/yahoojapan/ngtd?status.svg)](http://godoc.org/github.com/yahoojapan/ngtd)

Description
-----------
Expand Down

0 comments on commit f46fd01

Please sign in to comment.