Skip to content

Commit

Permalink
Merge pull request #56 from yuwenma/patch-1
Browse files Browse the repository at this point in the history
Rebase CPA to distroless
  • Loading branch information
k8s-ci-robot authored Apr 11, 2019
2 parents 64eea7a + 1f0e21d commit a47d1a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM scratch
FROM gcr.io/distroless/static:latest

MAINTAINER Zihong Zheng <zihongz@google.com>

ADD bin/ARG_ARCH/ARG_BIN /ARG_BIN

# nobody:nobody
USER 65534:65534
ENTRYPOINT ["/ARG_BIN"]

0 comments on commit a47d1a4

Please sign in to comment.