From f7752c645a1838718749a80aadd6619b67067515 Mon Sep 17 00:00:00 2001 From: Niko Pen <42466421+nikopen@users.noreply.github.com> Date: Wed, 6 Mar 2019 00:49:48 +0000 Subject: [PATCH 1/2] rebase image to distroless/static --- test/images/audit-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/audit-proxy/Dockerfile b/test/images/audit-proxy/Dockerfile index 7bbeb62b45d..ef7ef7fafb5 100644 --- a/test/images/audit-proxy/Dockerfile +++ b/test/images/audit-proxy/Dockerfile @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM scratch +FROM gcr.io/distroless/static:latest COPY audit-proxy / ENTRYPOINT ["/audit-proxy"] From 58c7b5de9c64b5efdcb8f8af01c78a58a6304521 Mon Sep 17 00:00:00 2001 From: Niko Pen <42466421+nikopen@users.noreply.github.com> Date: Wed, 6 Mar 2019 12:33:38 +0000 Subject: [PATCH 2/2] version bump --- test/images/audit-proxy/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/audit-proxy/VERSION b/test/images/audit-proxy/VERSION index d3827e75a5c..9459d4ba2a0 100644 --- a/test/images/audit-proxy/VERSION +++ b/test/images/audit-proxy/VERSION @@ -1 +1 @@ -1.0 +1.1