Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OpenTelemetry sidecar image build #8286

Merged
merged 2 commits into from
Mar 2, 2022
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
2 changes: 1 addition & 1 deletion images/opentelemetry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ IMAGE = $(REGISTRY)/opentelemetry
export DOCKER_CLI_EXPERIMENTAL=enabled

# build with buildx
PLATFORMS?=linux/amd64,linux/arm
PLATFORMS?=linux/amd64,linux/arm64
OUTPUT=
PROGRESS=plain
build: ensure-buildx
Expand Down
2 changes: 1 addition & 1 deletion images/opentelemetry/rootfs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ get_src()
}


get_src e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49 \
get_src 2e35dff06a9826e8aca940e9e8be46b7e4b12c19a48d55bfc2dc28fc9cc7d841 \
"https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"

get_src 45c52498788e47131b20a4786dbb08f4390b8cb419bd3d61c88b503cafff3324 \
Expand Down