Merge pull request #87153 from mkumatag/multi-arch-nonroot

Multi arch for nonroot image
This commit is contained in:
Kubernetes Prow Robot 2020-01-14 17:22:36 -08:00 committed by GitHub
commit 2b9d0fd902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
amd64=k8s.gcr.io/debian-base-amd64:v1.0.0
arm=k8s.gcr.io/debian-base-arm:v1.0.0
arm64=k8s.gcr.io/debian-base-arm64:v1.0.0
ppc64le=k8s.gcr.io/debian-base-ppc64le:v1.0.0
s390x=k8s.gcr.io/debian-base-s390x:v1.0.0

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM k8s.gcr.io/debian-base:v1.0.0
FROM BASEIMAGE
USER 1234