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
c958aa01
Commit
c958aa01
authored
8 years ago
by
Alex Ellis
Browse files
Options
Downloads
Patches
Plain Diff
Change NodeInfo namespace
parent
29b624d1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.armhf.sh
+2
-2
2 additions, 2 deletions
build.armhf.sh
sample-functions/NodeInfo/Dockerfile.armhf
+2
-3
2 additions, 3 deletions
sample-functions/NodeInfo/Dockerfile.armhf
sample-functions/NodeInfo/build.armhf.sh
+1
-1
1 addition, 1 deletion
sample-functions/NodeInfo/build.armhf.sh
with
5 additions
and
6 deletions
build.armhf.sh
+
2
−
2
View file @
c958aa01
#!/bin/bash
(
cd
gateway
&&
./
armhf.build.sh
)
(
cd
watchdog
&&
./
armhf.build
.sh
)
(
cd
gateway
&&
./
build.armhf.sh
)
&&
\
(
cd
watchdog
&&
./
build.armhf
.sh
)
This diff is collapsed.
Click to expand it.
sample-functions/NodeInfo/Dockerfile.armhf
+
2
−
3
View file @
c958aa01
FROM armhf/alpine:latest
RUN apk --update add nodejs
COPY fwatchdog /usr/bin
RUN apk --no-cache add nodejs
COPY fwatchdog-armhf /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog
COPY package.json .
...
...
This diff is collapsed.
Click to expand it.
sample-functions/NodeInfo/build.armhf.sh
+
1
−
1
View file @
c958aa01
#!/bin/bash
docker build
-f
Dockerfile.armhf
-t
alexellis2/faas-
nodeinfo:latest-armhf
.
docker build
-f
Dockerfile.armhf
-t
functions/
nodeinfo:latest-armhf
.
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