@@ -26,7 +26,7 @@ DEFAULT_BUILD_LOG_TIMESTAMP = none
26
26
# This options will speed up docker image build time.
27
27
# NOTE: SONIC_USE_DOCKER_BUILDKIT will produce larger installable SONiC image
28
28
# because of a docker bug (more details: https://github.com/moby/moby/issues/38903)
29
- # SONIC_USE_DOCKER_BUILDKIT = y
29
+ SONIC_USE_DOCKER_BUILDKIT = n
30
30
31
31
# SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD - use native dockerd for build.
32
32
# If set to y SONiC build container will use native dockerd instead of dind for faster build.
@@ -52,7 +52,7 @@ DEFAULT_USERNAME = admin
52
52
DEFAULT_PASSWORD = YourPaSsWoRd
53
53
54
54
# ENABLE_ZTP - installs Zero Touch Provisioning support.
55
- # ENABLE_ZTP = y
55
+ ENABLE_ZTP = n
56
56
57
57
# INCLUDE_PDE - Enable platform development environment
58
58
# INCLUDE_PDE = y
@@ -62,7 +62,7 @@ DEFAULT_PASSWORD = YourPaSsWoRd
62
62
63
63
# ENABLE_PFCWD_ON_START - if set to y PFC Watchdog (PFCWD) will be enabled all server-facing ports
64
64
# by default for TOR switch
65
- # ENABLE_PFCWD_ON_START = y
65
+ ENABLE_PFCWD_ON_START = n
66
66
67
67
# INSTALL_DEBUG_TOOLS - installs debugging tools in baseline docker
68
68
# Uncomment next line to enable:
@@ -147,7 +147,7 @@ INCLUDE_MGMT_FRAMEWORK = y
147
147
ENABLE_HOST_SERVICE_ON_START = y
148
148
149
149
# INCLUDE_RESTAPI - build docker-sonic-restapi for configuring the switch using REST APIs
150
- INCLUDE_RESTAPI ?= n
150
+ INCLUDE_RESTAPI ?= y
151
151
152
152
# INCLUDE_NAT - build docker-nat for nat support
153
153
INCLUDE_NAT = y
@@ -314,7 +314,7 @@ ENABLE_BOOTCHART = n
314
314
# INCLUDE_FIPS - support FIPS feature, only for amd64 or arm64, armhf not supported yet
315
315
# ENABLE_FIPS - support FIPS flag, if enabled, no additional config requred for the image to support FIPS
316
316
INCLUDE_FIPS ?= y
317
- ENABLE_FIPS ?= n
317
+ ENABLE_FIPS ?= y
318
318
319
319
# SONIC_SLAVE_DOCKER_DRIVER - set the sonic slave docker storage driver
320
320
SONIC_SLAVE_DOCKER_DRIVER ?= overlay2
0 commit comments