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
6318f4e3
Commit
6318f4e3
authored
1 month ago
by
Nigel Kukard
Browse files
Options
Downloads
Patches
Plain Diff
chore: updated to version 4.3.4
parent
1c13a222
No related branches found
Branches containing commit
No related tags found
1 merge request
!105
chore: updated to version 4.3.4
Pipeline
#18834
passed
1 month ago
Stage: validate
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
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 @
6318f4e3
...
...
@@ -24,10 +24,10 @@ FROM registry.conarx.tech/containers/alpine/3.21 as mastodon-builder
LABEL
maintainer="Nigel Kukard <nkukard@lbsd.net>"
ARG
VERSION_INFO=
ARG
MASTODON_VER=4.3.
3
ARG
MASTODON_VER=4.3.
4
COPY
--from=registry.conarx.tech/containers/nodejs/3.21:22.14.0 /opt/nodejs-22.14.0 /opt/nodejs-22.14.0
COPY
--from=registry.conarx.tech/containers/ruby/3.21:3.
3.6
/opt/ruby-3.
3.6
/opt/ruby-3.
3.6
COPY
--from=registry.conarx.tech/containers/ruby/3.21:3.
4.2
/opt/ruby-3.
4.2
/opt/ruby-3.
4.2
# Copy build patches
...
...
@@ -108,14 +108,14 @@ FROM registry.conarx.tech/containers/alpine/3.21
ARG
VERSION_INFO=
ARG
RUBY_VER=3.
3.6
ARG
RUBY_VER=3.
4.2
ARG
NODEJS_VER=22.14.0
LABEL
org.opencontainers.image.authors = "Nigel Kukard <nkukard@conarx.tech>"
LABEL
org.opencontainers.image.version = "3.21"
LABEL
org.opencontainers.image.base.name = "docker.io/library/alpine:3.21"
COPY
--from=registry.conarx.tech/containers/ruby/3.21:3.
3.6
/opt/ruby-3.
3.6
/opt/ruby-3.
3.6
COPY
--from=registry.conarx.tech/containers/ruby/3.21:3.
4.2
/opt/ruby-3.
4.2
/opt/ruby-3.
4.2
COPY
--from=registry.conarx.tech/containers/nodejs/3.21:22.14.0 /opt/nodejs-22.14.0 /opt/nodejs-22.14.0
...
...
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