Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
poquita
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
nimrod
poquita
Commits
ece46972
Commit
ece46972
authored
2 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo for Supercronic.
parent
b3544f99
No related branches found
Branches containing commit
No related tags found
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 @
ece46972
# hadolint ignore=DL3006
FROM
registry.shore.co.il/cron
as
super
s
onic
FROM
registry.shore.co.il/cron
as
super
cr
onic
FROM
docker.io/library/python:3.10-alpine3.16
COPY
--from=super
s
onic /usr/local/bin/super
s
onic /usr/local/bin/
COPY
--from=super
cr
onic /usr/local/bin/super
cr
onic /usr/local/bin/
# hadolint ignore=DL3018
RUN
apk add
--update
--no-cache
--repository
http://dl-cdn.alpinelinux.org/alpine/edge/testing/
\
gosu
\
...
...
@@ -24,5 +24,5 @@ COPY --chown=root:root kodi_scan /usr/local/bin/
COPY
--chown=root:root entrypoint /usr/local/sbin/docker-entrypoint
VOLUME
db Podcasts
ENTRYPOINT
["docker-entrypoint"]
CMD
[ "super
s
onic", "crontab" ]
HEALTHCHECK
CMD pgrep super
s
onic
CMD
[ "super
cr
onic", "crontab" ]
HEALTHCHECK
CMD pgrep super
cr
onic
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