-
Notifications
You must be signed in to change notification settings - Fork 572
Closed
Labels
Description
Description
Not sure if this is a bug, or just feature oversight.
compose-spec/compose-spec#433 implemented support for ulimit directives in Docker Compose file specification, however if I try to use new directives in BuildX Bake file it produces an error.
services:
mydefaultbuild:
build:
ulimits:
nofile:
soft: 65536
hard: 65536
[] docker buildx bake
[+] Building 0.0s (1/1) FINISHED docker:default
=> [internal] load local bake definitions 0.0s
=> => reading docker-compose.yaml 139B / 139B 0.0s
ERROR: validating : services.mydefaultbuild.build Additional property ulimits is not allowed