mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-07 13:54:19 +00:00
Merge pull request #75008 from nikopen/patch-4
rebase audit-proxy image to distroless/static
This commit is contained in:
@@ -12,6 +12,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM scratch
|
FROM gcr.io/distroless/static:latest
|
||||||
COPY audit-proxy /
|
COPY audit-proxy /
|
||||||
ENTRYPOINT ["/audit-proxy"]
|
ENTRYPOINT ["/audit-proxy"]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.0
|
1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user