Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
ac41a971
Unverified
Commit
ac41a971
authored
1 year ago
by
Tim Campbell
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed mastodon version injection into containers via github actions (#24858)
parent
c9210af3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
with
4 additions
and
4 deletions
Dockerfile
+
4
−
4
View file @
ac41a971
...
...
@@ -2,10 +2,6 @@
# This needs to be bullseye-slim because the Ruby image is built on bullseye-slim
ARG
NODE_VERSION="16.20-bullseye-slim"
# Use those args to specify your own version flags & suffixes
ARG
MASTODON_VERSION_FLAGS=""
ARG
MASTODON_VERSION_SUFFIX=""
FROM
ghcr.io/moritzheiber/ruby-jemalloc:3.2.2-slim
as
ruby
FROM
node:${NODE_VERSION}
as
build
...
...
@@ -45,6 +41,10 @@ RUN apt-get update && \
FROM
node:${NODE_VERSION}
# Use those args to specify your own version flags & suffixes
ARG
MASTODON_VERSION_FLAGS=""
ARG
MASTODON_VERSION_SUFFIX=""
ARG
UID="991"
ARG
GID="991"
...
...
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