Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfaas-faas
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
Team Jaz CS 598 CCC Final Project
openfaas-faas
Commits
ab4d95c4
Commit
ab4d95c4
authored
5 years ago
by
Alex Ellis
Browse files
Options
Downloads
Patches
Plain Diff
Update figlet's watchdog
Signed-off-by:
Alex Ellis
<
alexellis2@gmail.com
>
parent
6799f61f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sample-functions/figlet/Dockerfile
+5
-4
5 additions, 4 deletions
sample-functions/figlet/Dockerfile
sample-functions/figlet/Dockerfile.armhf
+6
-4
6 additions, 4 deletions
sample-functions/figlet/Dockerfile.armhf
with
11 additions
and
8 deletions
sample-functions/figlet/Dockerfile
+
5
−
4
View file @
ab4d95c4
FROM
alpine:3.8
FROM
openfaas/classic-watchdog:0.14.4
as
watchdog
RUN
apk
--no-cache
add curl
\
&&
curl
-sL
https://github.com/openfaas/faas/releases/download/0.13.0/fwatchdog
>
/usr/bin/fwatchdog
\
&&
chmod
+x /usr/bin/fwatchdog
FROM
alpine:3.9
COPY
--from=watchdog /fwatchdog /usr/bin/fwatchdog
RUN
chmod
+x /usr/bin/fwatchdog
RUN
apk add
--no-cache
figlet
...
...
This diff is collapsed.
Click to expand it.
sample-functions/figlet/Dockerfile.armhf
+
6
−
4
View file @
ab4d95c4
FROM
alpine:3.8
FROM
openfaas/classic-watchdog:0.14.4 as watchdog
RUN apk --no-cache add curl \
&& curl -sL https://github.com/openfaas/faas/releases/download/0.13.0/fwatchdog-armhf > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog
FROM alpine:3.9
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog
RUN apk add --no-cache figlet
...
...
@@ -11,3 +12,4 @@ ENV fprocess="figlet"
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
CMD ["fwatchdog"]
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