We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edab9c9 + f6d58ae commit 2b9d0fdCopy full SHA for 2b9d0fd
test/images/nonroot/BASEIMAGE
@@ -0,0 +1,5 @@
1
+amd64=k8s.gcr.io/debian-base-amd64:v1.0.0
2
+arm=k8s.gcr.io/debian-base-arm:v1.0.0
3
+arm64=k8s.gcr.io/debian-base-arm64:v1.0.0
4
+ppc64le=k8s.gcr.io/debian-base-ppc64le:v1.0.0
5
+s390x=k8s.gcr.io/debian-base-s390x:v1.0.0
test/images/nonroot/Dockerfile
@@ -12,6 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM k8s.gcr.io/debian-base:v1.0.0
+FROM BASEIMAGE
16
17
USER 1234
0 commit comments