Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Conarx Containers - Mastodon Docker Image
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
Model registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker Containers
Conarx Containers - Mastodon Docker Image
Merge requests
!88
chore: updated to 4.3.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: updated to 4.3.2
nkukard/containers-mastodon:nkupdates-edge
into
edge
Overview
0
Commits
1
Pipelines
0
Changes
5
Merged
Nigel Kukard
requested to merge
nkukard/containers-mastodon:nkupdates-edge
into
edge
5 months ago
Overview
0
Commits
1
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
version 17
version 18
fc2d4acb
5 months ago
version 17
5444ba01
5 months ago
version 16
dd70a9c8
5 months ago
version 15
24f9f9e6
5 months ago
version 14
910b5eca
5 months ago
version 13
a07c9188
5 months ago
version 12
ea7e7856
5 months ago
version 11
90883205
5 months ago
version 10
e910f3c2
5 months ago
version 9
dea84b6f
5 months ago
version 8
56321e6e
5 months ago
version 7
d7ed5897
5 months ago
version 6
3f3274b6
5 months ago
version 5
fde51617
5 months ago
version 4
4970648d
5 months ago
version 3
f002be34
5 months ago
version 2
c0454fc4
5 months ago
version 1
6cc03218
5 months ago
edge (base)
and
version 18
latest version
cb3461ec
1 commit,
5 months ago
version 18
fc2d4acb
1 commit,
5 months ago
version 17
5444ba01
2 commits,
5 months ago
version 16
dd70a9c8
2 commits,
5 months ago
version 15
24f9f9e6
2 commits,
5 months ago
version 14
910b5eca
2 commits,
5 months ago
version 13
a07c9188
2 commits,
5 months ago
version 12
ea7e7856
2 commits,
5 months ago
version 11
90883205
2 commits,
5 months ago
version 10
e910f3c2
2 commits,
5 months ago
version 9
dea84b6f
2 commits,
5 months ago
version 8
56321e6e
2 commits,
5 months ago
version 7
d7ed5897
2 commits,
5 months ago
version 6
3f3274b6
2 commits,
5 months ago
version 5
fde51617
1 commit,
5 months ago
version 4
4970648d
1 commit,
5 months ago
version 3
f002be34
1 commit,
5 months ago
version 2
c0454fc4
1 commit,
5 months ago
version 1
6cc03218
1 commit,
5 months ago
Show latest version
5 files
+
12
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
usr/local/sbin/mastodon-rails
+
2
−
5
Options
@@ -35,8 +35,5 @@ set +a
set
-e
apk add musl-utils
ldd /opt/ruby-3.3.6/bin/ruby
sudo
-E
--preserve-env
=
PATH
-u
mastodon
-s
/bin/bash
--
bash
-c
'echo PATH PATH PATH $PATH'
sudo
-E
--preserve-env
=
PATH
-u
mastodon
-s
/bin/bash
--
bundle
exec
rails
"
$@
"
_bundle
=
$(
which bundle
)
exec sudo
-E
--preserve-env
=
PATH
-u
mastodon
--
"
$_bundle
"
exec
rails
"
$@
"
\ No newline at end of file
Loading