mirror of https://github.com/k3s-io/k3s
rebase image to distroless/static
parent
596a48dd64
commit
f7752c645a
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue