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
Commits
30973706
Commit
30973706
authored
6 months ago
by
Nigel Kukard
Browse files
Options
Downloads
Plain Diff
Merge branch 'nkupdates-edge' into 'edge'
Nkupdates edge See merge request
!85
parents
319e92a0
8f7fc1d2
No related branches found
Branches containing commit
No related tags found
2 merge requests
!94
Updated to Alpine 3.21
,
!85
Nkupdates edge
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
usr/local/share/flexible-docker-containers/init.d/42-mastodon.sh
+4
-4
4 additions, 4 deletions
...al/share/flexible-docker-containers/init.d/42-mastodon.sh
with
5 additions
and
5 deletions
Dockerfile
+
1
−
1
View file @
30973706
...
...
@@ -216,7 +216,7 @@ FROM registry.conarx.tech/containers/alpine/edge as mastodon-builder
LABEL
maintainer="Nigel Kukard <nkukard@lbsd.net>"
ARG
VERSION_INFO=
ARG
MASTODON_VER=4.3.
0
ARG
MASTODON_VER=4.3.
1
# Copy in built binaries
...
...
This diff is collapsed.
Click to expand it.
usr/local/share/flexible-docker-containers/init.d/42-mastodon.sh
+
4
−
4
View file @
30973706
...
...
@@ -219,6 +219,10 @@ if [ "$MASTODON_MODE" = "web" ]; then
sleep
2
done
# Output keys if we don't have any
if
[
-z
"
$ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY
"
]
;
then
mastodon-rails db:encryption:init
fi
# Check if we need to initialize the database
if
[
!
-f
/opt/mastodon/private/VERSION
]
;
then
...
...
@@ -247,10 +251,6 @@ if [ "$MASTODON_MODE" = "web" ]; then
fi
fi
# Output keys if we don't have any
if
[
-z
"
$ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY
"
]
;
then
mastodon-rails db:encryption:init
fi
else
while
!
nc
-z
"
$MASTODON_HOST
"
3000
;
do
...
...
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