mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +00:00
Merge pull request #75008 from nikopen/patch-4
rebase audit-proxy image to distroless/static
This commit is contained in:
commit
4ea48886df
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user