-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed email domains to "@example.com"
- Loading branch information
Omer Preminger
committed
Jul 31, 2023
1 parent
e76cab0
commit d0e034f
Showing
3 changed files
with
19 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -219,7 +219,7 @@ to one another during the build process. | |
fi | ||
%labels | ||
Author [email protected] | ||
Author [email protected] | ||
Version v0.0.1 | ||
%help | ||
|
@@ -713,7 +713,7 @@ Consider the ``%labels`` section from the example definition file above: | |
.. code:: singularity | ||
%labels | ||
Author [email protected] | ||
Author [email protected] | ||
Version v0.0.1 | ||
MyLabel Hello World | ||
|
@@ -723,7 +723,7 @@ first space will be taken as the label's name, and the portion following | |
it will be taken as the label's value. | ||
|
||
In the previous example, the first label name is ``Author``` with a | ||
value of ``[email protected]``. The second label name is ``Version`` with a | ||
value of ``[email protected]``. The second label name is ``Version`` with a | ||
value of ``v0.0.1``. Finally, the third label name is ``MyLabel`` with a | ||
value of ``Hello World``. | ||
|
||
|
@@ -735,7 +735,7 @@ following command: | |
$ singularity inspect my_container.sif | ||
{ | ||
"Author": "[email protected]", | ||
"Author": "[email protected]", | ||
"Version": "v0.0.1", | ||
"MyLabel": "Hello World", | ||
"org.label-schema.build-date": "Thursday_6_December_2018_20:1:56_UTC", | ||
|
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 |
---|---|---|
|
@@ -104,8 +104,8 @@ command group like so:. | |
$ singularity key newpair | ||
Enter your name (e.g., John Doe) : David Trudgian | ||
Enter your email address (e.g., [email protected]) : [email protected] | ||
Enter your name (e.g., John Doe) : Joe User | ||
Enter your email address (e.g., [email protected]) : [email protected] | ||
Enter optional comment (e.g., development keys) : demo | ||
Enter a passphrase : | ||
Retype your passphrase : | ||
|
@@ -128,7 +128,7 @@ or saved locally.` | |
Public key listing (/home/dave/.singularity/sypgp/pgp-public): | ||
0) User: David Trudgian (demo) <[email protected]> | ||
0) User: Joe User (demo) <[email protected]> | ||
Creation time: 2019-11-15 09:54:54 -0600 CST | ||
Fingerprint: E5F780B2C22F59DF748524B435C3844412EE233B | ||
Length (in bits): 4096 | ||
|
@@ -153,7 +153,7 @@ download it again like so. | |
Showing 1 results | ||
KEY ID BITS NAME/EMAIL | ||
12EE233B 4096 David Trudgian (demo) <[email protected]> | ||
12EE233B 4096 Joe User (demo) <[email protected]> | ||
$ singularity key pull 12EE233B | ||
|
@@ -208,7 +208,7 @@ without needing to contact the Keystore. | |
$ singularity verify my_container.sif | ||
Verifying image: my_container.sif | ||
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]> | ||
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]> | ||
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448 | ||
Objects verified: | ||
ID |GROUP |LINK |TYPE | ||
|
@@ -229,7 +229,7 @@ command again. | |
$ singularity verify my_container.sif | ||
Verifying image: my_container.sif | ||
[REMOTE] Signing entity: David Trudgian (Demo keys) <[email protected]> | ||
[REMOTE] Signing entity: Joe User (Demo keys) <[email protected]> | ||
[REMOTE] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448 | ||
Objects verified: | ||
ID |GROUP |LINK |TYPE | ||
|
@@ -286,7 +286,7 @@ option to ``sign`` and ``verify``. | |
$ singularity verify --sif-id 1 my_container.sif | ||
Verifying image: my_container.sif | ||
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]> | ||
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]> | ||
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448 | ||
Objects verified: | ||
ID |GROUP |LINK |TYPE | ||
|
@@ -303,7 +303,7 @@ knowledge. | |
$ singularity verify my_container.sif | ||
Verifying image: my_container.sif | ||
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]> | ||
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]> | ||
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448 | ||
Error encountered during signature verification: object 2: object not signed | ||
|
@@ -327,7 +327,7 @@ the same ``--group-id`` option. | |
$ singularity verify --group-id 1 my_container.sif | ||
Verifying image: my_container.sif | ||
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]> | ||
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]> | ||
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448 | ||
Objects verified: | ||
ID |GROUP |LINK |TYPE | ||
|
@@ -345,7 +345,7 @@ specifying ``--group-id`` can also verify the container: | |
$ singularity verify my_container.sif | ||
Verifying image: my_container.sif | ||
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]> | ||
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]> | ||
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448 | ||
Objects verified: | ||
ID |GROUP |LINK |TYPE | ||
|