-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Concept Release (1.0) with versioned images & able out of the box to …
…run demo (#339) * Update rocket chat We got our own rocket chat channel! Please join us at Signed-off-by: bur <[email protected]> * fix environment Signed-off-by: lengyijun <[email protected]> * fix README.md Signed-off-by: lengyijun <[email protected]> * Bump acorn from 6.4.0 to 6.4.1 in /demo/client/frontend Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.4.0...6.4.1) Signed-off-by: dependabot[bot] <[email protected]> * Bump node deps Update node deps in demo frontend/backend and docker utils Signed-off-by: bur <[email protected]> * update CODEOWNERS (#263) * update list Signed-off-by: Michael Steiner <[email protected]> * fixup! update list Signed-off-by: Michael Steiner <[email protected]> * disclaimer and explicit list of "official" releases Signed-off-by: Michael Steiner <[email protected]> * make avatar download a bit more robust and graceful Signed-off-by: Michael Steiner <[email protected]> * Docker dev run mounts FPC from local fs This mounts the local FPC repository by default into a dev container when `make run` is called. Before this was optional but turned out that it should be the default. Signed-off-by: bur <[email protected]> * Fix build for concept-release - move both dev and peer to build from local HEAD commit - (try to) minimize re-build of images - add missing dependencies to dev container Signed-off-by: michael steiner <[email protected]> * Version docker images Signed-off-by: michael steiner <[email protected]> * Make FABRIC_VERSION arg/env in dockerfile consistent with vars used to get docker tag Signed-off-by: michael steiner <[email protected]> * More robust and precise handling of docker image cleanup Signed-off-by: michael steiner <[email protected]> * A more robust teardown Signed-off-by: Michael Steiner <[email protected]> * Make missing device error more explicit and make SGX_MODE=SIM default for build - note this is already done for a number of scripts and makes it more fail-safe from usage-perspective (though not from security :-). Also note that cmake still has a HW default but that will be removed and referring to the config.mk default in a separate PR) Signed-off-by: michael steiner <[email protected]> * Fix path so we can call make also via `make -C utils/docker run` Signed-off-by: michael steiner <[email protected]> * Make rm failure abort make (Note rm -f does _not_ file if the files do not exist ..) Signed-off-by: michael steiner <[email protected]> * Make docker-based tests run also inside dev(elopment) container * make sure host network is also available inside * for volume mounts, make sure the source path maps to a path understood by docker daemon Signed-off-by: michael steiner <[email protected]> * Build/Test only via dev container and not also directly on host Signed-off-by: michael steiner <[email protected]> Co-authored-by: bur <[email protected]> Co-authored-by: lyj <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ee471b6
commit c94a648
Showing
40 changed files
with
3,316 additions
and
4,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
* @mbrandenburger @bvavala @g2flyer @swetharepakula @sjanakir2015 | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# FPC Maintainers | ||
* @mbrandenburger @bvavala @g2flyer @jordy24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.