mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Move docker.mk to docker folder
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									ff44395b31
								
							
						
					
					
						commit
						ec9d296afe
					
				
							
								
								
									
										16
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,4 +1,16 @@ | ||||
| # Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved.
 | ||||
| # Copyright (c) 2017-2021, NVIDIA CORPORATION.  All rights reserved.
 | ||||
| #
 | ||||
| # Licensed under the Apache License, Version 2.0 (the "License");
 | ||||
| # you may not use this file except in compliance with the License.
 | ||||
| # You may obtain a copy of the License at
 | ||||
| #
 | ||||
| #     http://www.apache.org/licenses/LICENSE-2.0
 | ||||
| #
 | ||||
| # Unless required by applicable law or agreed to in writing, software
 | ||||
| # distributed under the License is distributed on an "AS IS" BASIS,
 | ||||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | ||||
| # See the License for the specific language governing permissions and
 | ||||
| # limitations under the License.
 | ||||
| 
 | ||||
| DOCKER   ?= docker | ||||
| MKDIR    ?= mkdir | ||||
| @ -13,7 +25,7 @@ GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg | ||||
| 
 | ||||
| # By default run all native docker-based targets
 | ||||
| docker-native: | ||||
| include $(CURDIR)/docker.mk | ||||
| include $(CURDIR)/docker/docker.mk | ||||
| 
 | ||||
| binary: | ||||
| 	go build -ldflags "-s -w" -o "$(LIB_NAME)" $(GOLANG_PKG_PATH) | ||||
|  | ||||
| @ -1,4 +1,16 @@ | ||||
| # Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved.
 | ||||
| # Copyright (c) 2017-2021, NVIDIA CORPORATION.  All rights reserved.
 | ||||
| #
 | ||||
| # Licensed under the Apache License, Version 2.0 (the "License");
 | ||||
| # you may not use this file except in compliance with the License.
 | ||||
| # You may obtain a copy of the License at
 | ||||
| #
 | ||||
| #     http://www.apache.org/licenses/LICENSE-2.0
 | ||||
| #
 | ||||
| # Unless required by applicable law or agreed to in writing, software
 | ||||
| # distributed under the License is distributed on an "AS IS" BASIS,
 | ||||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | ||||
| # See the License for the specific language governing permissions and
 | ||||
| # limitations under the License.
 | ||||
| 
 | ||||
| # Supported OSs by architecture
 | ||||
| AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9 | ||||
| @ -108,7 +120,7 @@ docker-build-%: | ||||
| 	DOCKER_BUILDKIT=1 \
 | ||||
| 	$(DOCKER) build \
 | ||||
| 	    --progress=plain \
 | ||||
| 	    --build-arg BASEIMAGE=$(BASEIMAGE) \
 | ||||
| 	    --build-arg BASEIMAGE="$(BASEIMAGE)" \
 | ||||
| 	    --build-arg GOLANG_VERSION="$(GOLANG_VERSION)" \
 | ||||
| 	    --build-arg PKG_VERS="$(LIB_VERSION)" \
 | ||||
| 	    --build-arg PKG_REV="$(PKG_REV)" \
 | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user