Skip to content

Commit

Permalink
use /tmp as docker tmp dir
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Porter <[email protected]>
  • Loading branch information
portertech committed Dec 20, 2023
1 parent 9a91bde commit e90f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otelcolbuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ build-debug: ensure-correct-builder-version
build-fips:
docker volume create build-fips
docker build --platform linux/amd64 -t otelcol-sumo-builder-fips -f ./build-fips/Dockerfile ./build-fips
docker run -it --platform linux/amd64 --rm -v build-fips:/root/build -v $(PWD)/../:/root/workspace -w /root/workspace otelcol-sumo-builder-fips
docker run -it --platform linux/amd64 --rm -v build-fips:/root/build -v $(PWD)/../:/root/workspace -w /root/workspace --tmpfs /tmp otelcol-sumo-builder-fips

.PHONY: generate-sources
generate-sources:
Expand Down

0 comments on commit e90f9af

Please sign in to comment.