Skip to content

Commit ea48140

Browse files
fix build layer script usages (#931)
## Overview more accurate commenting on using the build_bottlecap_layer script Co-authored-by: olivier.ndjikenzia <[email protected]>
1 parent 7619068 commit ea48140

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/build_bottlecap_layer.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
# Copyright 2021 Datadog, Inc.
77

88
# Usage examples :
9-
# ARCHITECTURE=amd64 VERSION=100 RACE_DETECTION_ENABLED=true ./scripts/build_binary_and_layer_dockerized.sh
10-
# or
11-
# VERSION=100 AGENT_VERSION=6.11.0 ./scripts/build_binary_and_layer_dockerized.sh
9+
# ARCHITECTURE=[amd64|arm64] FIPS=[false|true] ./scripts/build_bottlecap_layer.sh
1210

1311
set -e
1412

0 commit comments

Comments
 (0)