Skip to content

Commit 5212015

Browse files
committed
Setting default build rules
1 parent f8215d5 commit 5212015

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rules/config

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DEFAULT_BUILD_LOG_TIMESTAMP = none
2626
# This options will speed up docker image build time.
2727
# NOTE: SONIC_USE_DOCKER_BUILDKIT will produce larger installable SONiC image
2828
# 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
3030

3131
# SONIC_CONFIG_USE_NATIVE_DOCKERD_FOR_BUILD - use native dockerd for build.
3232
# If set to y SONiC build container will use native dockerd instead of dind for faster build.
@@ -52,7 +52,7 @@ DEFAULT_USERNAME = admin
5252
DEFAULT_PASSWORD = YourPaSsWoRd
5353

5454
# ENABLE_ZTP - installs Zero Touch Provisioning support.
55-
# ENABLE_ZTP = y
55+
ENABLE_ZTP = n
5656

5757
# INCLUDE_PDE - Enable platform development environment
5858
# INCLUDE_PDE = y
@@ -62,7 +62,7 @@ DEFAULT_PASSWORD = YourPaSsWoRd
6262

6363
# ENABLE_PFCWD_ON_START - if set to y PFC Watchdog (PFCWD) will be enabled all server-facing ports
6464
# by default for TOR switch
65-
# ENABLE_PFCWD_ON_START = y
65+
ENABLE_PFCWD_ON_START = n
6666

6767
# INSTALL_DEBUG_TOOLS - installs debugging tools in baseline docker
6868
# Uncomment next line to enable:
@@ -147,7 +147,7 @@ INCLUDE_MGMT_FRAMEWORK = y
147147
ENABLE_HOST_SERVICE_ON_START = y
148148

149149
# INCLUDE_RESTAPI - build docker-sonic-restapi for configuring the switch using REST APIs
150-
INCLUDE_RESTAPI ?= n
150+
INCLUDE_RESTAPI ?= y
151151

152152
# INCLUDE_NAT - build docker-nat for nat support
153153
INCLUDE_NAT = y
@@ -314,7 +314,7 @@ ENABLE_BOOTCHART = n
314314
# INCLUDE_FIPS - support FIPS feature, only for amd64 or arm64, armhf not supported yet
315315
# ENABLE_FIPS - support FIPS flag, if enabled, no additional config requred for the image to support FIPS
316316
INCLUDE_FIPS ?= y
317-
ENABLE_FIPS ?= n
317+
ENABLE_FIPS ?= y
318318

319319
# SONIC_SLAVE_DOCKER_DRIVER - set the sonic slave docker storage driver
320320
SONIC_SLAVE_DOCKER_DRIVER ?= overlay2

0 commit comments

Comments
 (0)