Skip to content

Commit

Permalink
[chore] Revert change in NodeJS autoinstrumentation base image for 0.…
Browse files Browse the repository at this point in the history
…41.1 (open-telemetry#2239)

* Revert change in NodeJS autoinstrumentation base image for 0.41.1

Signed-off-by: Israel Blancas <[email protected]>

* Fix platforms

Signed-off-by: Israel Blancas <[email protected]>

---------

Signed-off-by: Israel Blancas <[email protected]>
  • Loading branch information
iblancasa authored Oct 17, 2023
1 parent 895ec03 commit 27f4ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-autoinstrumentation-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: autoinstrumentation/nodejs
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' }}
build-args: version=${{ env.VERSION }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion autoinstrumentation/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - Grant the necessary access to `/autoinstrumentation` directory. `chmod -R go+r /autoinstrumentation`
# - For auto-instrumentation by container injection, the Linux command cp is
# used and must be availabe in the image.
FROM node:20 AS build
FROM node:16 AS build

WORKDIR /operator-build
COPY . .
Expand Down

0 comments on commit 27f4ba8

Please sign in to comment.