UNCLASSIFIED

Commit 2fff1546 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'renovate/docker-gcr.io-kaniko-project-executor-1.x' into 'development'

Update gcr.io/kaniko-project/executor Docker tag to v1.6.0

See merge request !17
parents 60cd53e6 215ca8d9
Pipeline #236990 canceled with stages
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/google/distroless/static ARG BASE_IMAGE=ironbank/google/distroless/static
ARG BASE_TAG=nonroot ARG BASE_TAG=nonroot
FROM gcr.io/kaniko-project/executor:v1.5.1-debug as upstream FROM gcr.io/kaniko-project/executor:v1.6.0-debug as upstream
FROM busybox:1.32.1 as busybox FROM busybox:1.32.1 as busybox
......
...@@ -5,7 +5,7 @@ apiVersion: v1 ...@@ -5,7 +5,7 @@ apiVersion: v1
name: "opensource/kaniko/kaniko" name: "opensource/kaniko/kaniko"
tags: tags:
- "1.5.1-debug" - "v1.6.0"
- "1.5.1" - "1.5.1"
- "debug" - "debug"
- "latest" - "latest"
...@@ -24,7 +24,7 @@ labels: ...@@ -24,7 +24,7 @@ labels:
org.opencontainers.image.url: "https://github.com/GoogleContainerTools/kaniko" org.opencontainers.image.url: "https://github.com/GoogleContainerTools/kaniko"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Google" org.opencontainers.image.vendor: "Google"
org.opencontainers.image.version: "1.5.1-debug" org.opencontainers.image.version: "v1.6.0"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "docker,google,rootless,cicd" mil.dso.ironbank.image.keywords: "docker,google,rootless,cicd"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -33,8 +33,8 @@ labels: ...@@ -33,8 +33,8 @@ labels:
mil.dso.ironbank.product.name: "kaniko" mil.dso.ironbank.product.name: "kaniko"
resources: resources:
- tag: gcr.io/kaniko-project/executor:v1.5.1-debug - tag: gcr.io/kaniko-project/executor:v1.6.0-debug
url: docker://gcr.io/kaniko-project/executor@sha256:e00dfdd4a44097867c8ef671e5a7f3e31d94bd09406dbdfba8a13a63fc6b8060 url: docker://gcr.io/kaniko-project/executor@sha256:27f62896190a10c05e84a6cb602392c07176f4c4fa241a72a6ab424a3865ca34
- tag: busybox:1.32.1 - tag: busybox:1.32.1
url: docker://docker.io/library/busybox@sha256:1ccc0a0ca577e5fb5a0bdf2150a1a9f842f47c8865e861fa0062c5d343eb8cac url: docker://docker.io/library/busybox@sha256:1ccc0a0ca577e5fb5a0bdf2150a1a9f842f47c8865e861fa0062c5d343eb8cac
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment