Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
firehouse-smokedetection
Backend
Commits
52765c94
Commit
52765c94
authored
2 months ago
by
Jonas Leder
Browse files
Options
Downloads
Patches
Plain Diff
load gotify plugin
parent
29c895c3
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#59266
failed
2 months ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
with
2 additions
and
0 deletions
Dockerfile
+
2
−
0
View file @
52765c94
FROM
jonasled.dev/firehouse-smokedetection/plugins/gotify:latest@sha256:dba0085b06836938eaec49b321b5c15023b68d8ce742548a1130a60735b3157e
AS
plugin-gotify
FROM
golang:1.24.1-alpine
AS
build
RUN
apk add
--no-cache
--update
gcc g++
WORKDIR
/app
...
...
@@ -11,4 +12,5 @@ ENV GIN_MODE=release \
EXIT_ON_DISCONNECT=true
COPY
--from=build /firehouse-smokedetection /firehouse-smokedetection
RUN
mkdir
/plugins
COPY
--from=plugin-gotify /gotify.so /plugins/gotify.so
ENTRYPOINT
["/firehouse-smokedetection"]
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