Skip to content

Commit

Permalink
Onboarding: nodejs enable vms (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel authored Oct 15, 2024
1 parent 1cff789 commit be6bac6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
weblog:
name: test-app-nodejs-alpine
excluded_os_branches: [amazon_linux2023_amd64, centos_7_amd64]
install:
- os_type: linux
copy_files:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
weblog:
name: test-app-nodejs-container
excluded_os_branches: [ amazon_linux2023_amd64, centos_7_amd64]
install:
- os_type: linux
copy_files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lang_variant:
weblog:
name: test-app-nodejs
#Excluded because we can not run node18 due to gclib version
#Ecluded machines. We can not run node18 due to nodejs requirement: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node) node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
excluded_os_branches: [ubuntu18_amd64, amazon_linux2, centos_7_amd64]
excluded_os_names: [OracleLinux_7_9_amd64]
install:
Expand Down

0 comments on commit be6bac6

Please sign in to comment.