Skip to content

Commit d0e034f

Browse files
author
Omer Preminger
committed
changed email domains to "@example.com"
1 parent e76cab0 commit d0e034f

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

definition_files.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ to one another during the build process.
219219
fi
220220
221221
%labels
222-
222+
223223
Version v0.0.1
224224
225225
%help
@@ -713,7 +713,7 @@ Consider the ``%labels`` section from the example definition file above:
713713
.. code:: singularity
714714
715715
%labels
716-
716+
717717
Version v0.0.1
718718
MyLabel Hello World
719719
@@ -723,7 +723,7 @@ first space will be taken as the label's name, and the portion following
723723
it will be taken as the label's value.
724724

725725
In the previous example, the first label name is ``Author``` with a
726-
value of ``[email protected]``. The second label name is ``Version`` with a
726+
value of ``[email protected]``. The second label name is ``Version`` with a
727727
value of ``v0.0.1``. Finally, the third label name is ``MyLabel`` with a
728728
value of ``Hello World``.
729729

@@ -735,7 +735,7 @@ following command:
735735
$ singularity inspect my_container.sif
736736
737737
{
738-
"Author": "[email protected]",
738+
"Author": "[email protected]",
739739
"Version": "v0.0.1",
740740
"MyLabel": "Hello World",
741741
"org.label-schema.build-date": "Thursday_6_December_2018_20:1:56_UTC",

key_commands.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ The output will look as it follows:
5959
6060
Private key listing (/home/joana/.singularity/sypgp/pgp-secret):
6161
62-
0) User: Johnny Cash (none) <cash@sylabs.io>
62+
0) User: Johnny Cash (none) <cash@example.com>
6363
Creation time: 2019-04-11 22:22:28 +0200 CEST
6464
Fingerprint: 47282BDC661F58FA4BEBEF47CA576CBD8EF1A2B4
6565
Length (in bits): 3072
6666
67-
1) User: John Green (none) <john@sylabs.io>
67+
1) User: John Green (none) <john@example.com>
6868
Creation time: 2019-04-11 13:08:45 +0200 CEST
6969
Fingerprint: 5720799FE7B048CF36FAB8445EE1E2BD7B6342C5
7070
Length (in bits): 1024
@@ -107,17 +107,17 @@ keystore by running ``singularity key list -s`` command:
107107
108108
Private key listing (/home/joana/.singularity/sypgp/pgp-secret):
109109
110-
1) User: Johnny Cash (none) <cash@sylabs.io>
110+
1) User: Johnny Cash (none) <cash@example.com>
111111
Creation time: 2019-04-11 22:22:28 +0200 CEST
112112
Fingerprint: 47282BDC661F58FA4BEBEF47CA576CBD8EF1A2B4
113113
Length (in bits): 3072
114114
115-
2) User: John Green (none) <john@sylabs.io>
115+
2) User: John Green (none) <john@example.com>
116116
Creation time: 2019-04-11 13:08:45 +0200 CEST
117117
Fingerprint: 5720799FE7B048CF36FAB8445EE1E2BD7B6342C5
118118
Length (in bits): 1024
119119
120-
3) User: Pinkie Pie (Eternal chaos comes with chocolate rain!) <balloons@sylabs.io>
120+
3) User: Pinkie Pie (Eternal chaos comes with chocolate rain!) <balloons@example.com>
121121
Creation time: 2019-04-26 12:07:07 +0200 CEST
122122
Fingerprint: 8C10B902F438E4D504C3ACF689FCFFAED5F34A77
123123
Length (in bits): 1024

signNverify.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ command group like so:.
104104
105105
$ singularity key newpair
106106
107-
Enter your name (e.g., John Doe) : David Trudgian
108-
Enter your email address (e.g., [email protected]) : [email protected]
107+
Enter your name (e.g., John Doe) : Joe User
108+
Enter your email address (e.g., [email protected]) : [email protected]
109109
Enter optional comment (e.g., development keys) : demo
110110
Enter a passphrase :
111111
Retype your passphrase :
@@ -128,7 +128,7 @@ or saved locally.`
128128
129129
Public key listing (/home/dave/.singularity/sypgp/pgp-public):
130130
131-
0) User: David Trudgian (demo) <[email protected]>
131+
0) User: Joe User (demo) <[email protected]>
132132
Creation time: 2019-11-15 09:54:54 -0600 CST
133133
Fingerprint: E5F780B2C22F59DF748524B435C3844412EE233B
134134
Length (in bits): 4096
@@ -153,7 +153,7 @@ download it again like so.
153153
Showing 1 results
154154
155155
KEY ID BITS NAME/EMAIL
156-
12EE233B 4096 David Trudgian (demo) <[email protected]>
156+
12EE233B 4096 Joe User (demo) <[email protected]>
157157
158158
$ singularity key pull 12EE233B
159159
@@ -208,7 +208,7 @@ without needing to contact the Keystore.
208208
209209
$ singularity verify my_container.sif
210210
Verifying image: my_container.sif
211-
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]>
211+
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]>
212212
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
213213
Objects verified:
214214
ID |GROUP |LINK |TYPE
@@ -229,7 +229,7 @@ command again.
229229
230230
$ singularity verify my_container.sif
231231
Verifying image: my_container.sif
232-
[REMOTE] Signing entity: David Trudgian (Demo keys) <[email protected]>
232+
[REMOTE] Signing entity: Joe User (Demo keys) <[email protected]>
233233
[REMOTE] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
234234
Objects verified:
235235
ID |GROUP |LINK |TYPE
@@ -286,7 +286,7 @@ option to ``sign`` and ``verify``.
286286
287287
$ singularity verify --sif-id 1 my_container.sif
288288
Verifying image: my_container.sif
289-
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]>
289+
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]>
290290
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
291291
Objects verified:
292292
ID |GROUP |LINK |TYPE
@@ -303,7 +303,7 @@ knowledge.
303303
304304
$ singularity verify my_container.sif
305305
Verifying image: my_container.sif
306-
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]>
306+
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]>
307307
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
308308
309309
Error encountered during signature verification: object 2: object not signed
@@ -327,7 +327,7 @@ the same ``--group-id`` option.
327327
328328
$ singularity verify --group-id 1 my_container.sif
329329
Verifying image: my_container.sif
330-
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]>
330+
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]>
331331
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
332332
Objects verified:
333333
ID |GROUP |LINK |TYPE
@@ -345,7 +345,7 @@ specifying ``--group-id`` can also verify the container:
345345
346346
$ singularity verify my_container.sif
347347
Verifying image: my_container.sif
348-
[LOCAL] Signing entity: David Trudgian (Demo keys) <[email protected]>
348+
[LOCAL] Signing entity: Joe User (Demo keys) <[email protected]>
349349
[LOCAL] Fingerprint: 65833F473098C6215E750B3BDFD69E5CEE85D448
350350
Objects verified:
351351
ID |GROUP |LINK |TYPE

0 commit comments

Comments
 (0)