forked from knative/serving
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request knative#167 from nak3/master-patch
Add UID 65532 to run all containers as non-root user
- Loading branch information
Showing
26 changed files
with
27 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD ${bin} /usr/bin/${bin} | ||
ENTRYPOINT ["/usr/bin/${bin}"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD activator /usr/bin/activator | ||
ENTRYPOINT ["/usr/bin/activator"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD autoscaler /usr/bin/autoscaler | ||
ENTRYPOINT ["/usr/bin/autoscaler"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD certmanager /usr/bin/certmanager | ||
ENTRYPOINT ["/usr/bin/certmanager"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD controller /usr/bin/controller | ||
ENTRYPOINT ["/usr/bin/controller"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD istio /usr/bin/istio | ||
ENTRYPOINT ["/usr/bin/istio"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD queue /usr/bin/queue | ||
ENTRYPOINT ["/usr/bin/queue"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD webhook /usr/bin/webhook | ||
ENTRYPOINT ["/usr/bin/webhook"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD autoscale /usr/bin/autoscale | ||
ENTRYPOINT ["/usr/bin/autoscale"] |
1 change: 1 addition & 0 deletions
1
openshift/ci-operator/knative-test-images/bloatingcow/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD bloatingcow /usr/bin/bloatingcow | ||
ENTRYPOINT ["/usr/bin/bloatingcow"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD failing /usr/bin/failing | ||
ENTRYPOINT ["/usr/bin/failing"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD grpc-ping /usr/bin/grpc-ping | ||
ENTRYPOINT ["/usr/bin/grpc-ping"] |
1 change: 1 addition & 0 deletions
1
openshift/ci-operator/knative-test-images/hellovolume/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD hellovolume /usr/bin/hellovolume | ||
ENTRYPOINT ["/usr/bin/hellovolume"] |
1 change: 1 addition & 0 deletions
1
openshift/ci-operator/knative-test-images/helloworld/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD helloworld /usr/bin/helloworld | ||
ENTRYPOINT ["/usr/bin/helloworld"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD httpproxy /usr/bin/httpproxy | ||
ENTRYPOINT ["/usr/bin/httpproxy"] |
1 change: 1 addition & 0 deletions
1
openshift/ci-operator/knative-test-images/observed-concurrency/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD observed-concurrency /usr/bin/observed-concurrency | ||
ENTRYPOINT ["/usr/bin/observed-concurrency"] |
1 change: 1 addition & 0 deletions
1
openshift/ci-operator/knative-test-images/pizzaplanetv1/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD pizzaplanetv1 /usr/bin/pizzaplanetv1 | ||
ENTRYPOINT ["/usr/bin/pizzaplanetv1"] |
1 change: 1 addition & 0 deletions
1
openshift/ci-operator/knative-test-images/pizzaplanetv2/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD pizzaplanetv2 /usr/bin/pizzaplanetv2 | ||
ENTRYPOINT ["/usr/bin/pizzaplanetv2"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD printport /usr/bin/printport | ||
ENTRYPOINT ["/usr/bin/printport"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD protocols /usr/bin/protocols | ||
ENTRYPOINT ["/usr/bin/protocols"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD runtime /usr/bin/runtime | ||
ENTRYPOINT ["/usr/bin/runtime"] |
1 change: 1 addition & 0 deletions
1
openshift/ci-operator/knative-test-images/singlethreaded/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD singlethreaded /usr/bin/singlethreaded | ||
ENTRYPOINT ["/usr/bin/singlethreaded"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD timeout /usr/bin/timeout | ||
ENTRYPOINT ["/usr/bin/timeout"] |
6 changes: 3 additions & 3 deletions
6
...st-images/runtime-unprivileged/Dockerfile → ...knative-test-images/workingdir/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 1000 | ||
USER 65532 | ||
|
||
ADD runtime-unprivileged /usr/bin/runtime-unprivileged | ||
ENTRYPOINT ["/usr/bin/runtime-unprivileged"] | ||
ADD workingdir /usr/bin/workingdir | ||
ENTRYPOINT ["/usr/bin/workingdir"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Do not edit! This file was generated via Makefile | ||
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base | ||
USER 65532 | ||
|
||
ADD wsserver /usr/bin/wsserver | ||
ENTRYPOINT ["/usr/bin/wsserver"] |