Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Conarx Containers - NodeJS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Containers
Conarx Containers - NodeJS
Commits
f344059a
Commit
f344059a
authored
6 months ago
by
Nigel Kukard
Browse files
Options
Downloads
Patches
Plain Diff
chore: updated to version 22.10.0
parent
138d3da4
Branches
Branches containing commit
No related tags found
2 merge requests
!16
Updated to Alpine 3.21
,
!5
chore: updated to version 22.10.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
f344059a
...
...
@@ -23,7 +23,7 @@ FROM registry.conarx.tech/containers/alpine/edge AS nodejs-builder
# LTS - https://nodejs.org/en/about/previous-releases
ENV
NODEJS_VER=22.
9
.0
ENV
NODEJS_VER=22.
10
.0
# Copy build patches
...
...
@@ -129,7 +129,7 @@ LABEL org.opencontainers.image.version="edge"
LABEL
org.opencontainers.image.base.name="registry.conarx.tech/containers/alpine/edge"
# LTS - https://nodejs.org/en/about/previous-releases
ENV
NODEJS_VER=22.
9
.0
ENV
NODEJS_VER=22.
10
.0
ENV
FDC_DISABLE_SUPERVISORD=true
ENV
FDC_QUIET=true
...
...
@@ -166,7 +166,7 @@ RUN set -eux; \
echo "/opt/nodejs-$NODEJS_VER/lib" >> "/opt/nodejs-$NODEJS_VER/ld-musl-x86_64.path"; \
echo "/opt/nodejs-$NODEJS_VER/bin" > "/opt/nodejs-$NODEJS_VER/PATH"; \
# Set up library search path
cat /opt/nodejs-$NODEJS_VER/ld-musl-x86_64.path >> /etc/ld-musl-x86_64.path; \
cat
"
/opt/nodejs-$NODEJS_VER/ld-musl-x86_64.path
"
>> /etc/ld-musl-x86_64.path; \
# Remove things we dont need
rm -f /usr/local/share/flexible-docker-containers/tests.d/40-crond.sh; \
rm -f /usr/local/share/flexible-docker-containers/tests.d/90-healthcheck.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment