mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #100566 from dekkagaijin/patch-1
Update image base to `gcr.io/distroless/base-debian10:latest`
This commit is contained in:
commit
30a261d97c
@ -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 gcr.io/distroless/base:latest
|
FROM gcr.io/distroless/base-debian10:latest
|
||||||
ADD apiextensions-apiserver /
|
ADD apiextensions-apiserver /
|
||||||
ENTRYPOINT ["/apiextensions-apiserver"]
|
ENTRYPOINT ["/apiextensions-apiserver"]
|
||||||
|
Loading…
Reference in New Issue
Block a user