-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from solarwindscloud/NH-55985
Attempt to fix test workflows
- Loading branch information
Showing
11 changed files
with
59 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
releases: | ||
"@solarwinds-apm/test": minor | ||
|
||
declined: | ||
- "@solarwinds-apm/bindings" | ||
- "@solarwinds-apm/compat" | ||
- "@solarwinds-apm/dependencies" | ||
- "@solarwinds-apm/sdk" | ||
- solarwinds-apm |
2 changes: 1 addition & 1 deletion
2
docker/16-alpine3.15.Dockerfile → docker/16-alpine3.16.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16-alpine3.15 | ||
FROM node:16-alpine3.16 | ||
|
||
RUN apk add --no-cache \ | ||
curl \ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
FROM amazonlinux:2023 | ||
|
||
RUN dnf install -y \ | ||
curl-minimal \ | ||
git \ | ||
git-lfs \ | ||
tar \ | ||
xz | ||
|
||
RUN dnf install -y https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm && \ | ||
dnf install -y nodejs && \ | ||
dnf clean -y all | ||
|
||
RUN corepack enable | ||
|
||
WORKDIR /solarwinds-apm | ||
ENTRYPOINT ["/bin/bash", "-c"] |
7 changes: 2 additions & 5 deletions
7
docker/16-ubuntu18.04.Dockerfile → docker/16-ubuntu20.04.Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters