Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

/**
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

/**
# Copyright 2023 NVIDIA CORPORATION
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

/**
# Copyright 2023 NVIDIA CORPORATION
Expand Down
1 change: 1 addition & 0 deletions internal/discover/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const (
AllHooks = HookName("all")

// A ChmodHook is used to set the file mode of the specified paths.
//
// Deprecated: The chmod hook is deprecated and will be removed in a future release.
ChmodHook = HookName("chmod")
// A CreateSymlinksHook is used to create symlinks in the container.
Expand Down