-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathscaleway.registry.v1.Api.yml
884 lines (868 loc) Β· 25.6 KB
/
scaleway.registry.v1.Api.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
openapi: 3.0.0
info:
title: Registry API
description: |
# Introduction
Container Registry API completes the docker command line to allow you to fully manage your namespaces, images and tags.
# Concepts
## Registries
A Registry is a service which stores docker images. Container Registry proposes one registry per region (currently nl-ams and fr-par)
# Getting Started
**Please note** that examples below are using `nl-ams` for creating namespace in Amsterdam region , but you may also use Paris region `fr-par` by replacing it in the curl. Export the value for `SCALEWAY_TOKEN` and `SCALEWAY_ORG` in the environment variable with your corresponding value accordingly.
For docker registry, change the hostname from `rg.nl-ams.scw.cloud` to `rg.fr-par.scw.cloud`.
Create a namespace:
```
curl -X POST --header "x-auth-token: $SCALEWAY_TOKEN" https://api.scaleway.com/registry/v1/regions/nl-ams/namespaces -d '{"description": "testnamespace","name": "myfirstnamespace", "organization_id": "'"$SCALEWAY_ORG"'" }'
```
Push an image:
```
docker login rg.nl-ams.scw.cloud -u anyuser -p ${SCALEWAY_TOKEN}
docker tag nginx:latest rg.nl-ams.scw.cloud/myfirstnamespace/nginx:latest
docker push rg.nl-ams.scw.cloud/myfirstnamespace/nginx:latest
```
version: v1
servers:
- url: https://api.scaleway.com
tags:
- name: Namespaces
description: |
A namespace is for images what a folder is for files
To use our services, the first step is to create a namespace.
A namespace is for images what a folder is for files. Every push or pull must mention the namespace :
```docker pull rg.nl-ams.scw.cloud/<namespace_name>/<image_name>:<tag_name>```
Note that a namespace name is unique on a region. Thus, if another client already has created "test", you can't have it as a namespace
A namespace can be either public or private (default), which determines who can pull images.
- name: Images
description: |
An image represents a container image.
The visibility of an image can be public (everyone can pull it), private (only your organization can pull it) or inherit from the namespace visibility (default)
It can be changed with an update on the image via the registry API.
- name: Tags
description: |
A tag represents a container tag of an image.
components:
schemas:
scaleway.registry.v1.Image:
type: object
properties:
id:
type: string
description: The unique ID of the Image
name:
type: string
description: The Image name, unique in a namespace
namespace_id:
type: string
description: The unique ID of the Namespace the image belongs to
status:
type: string
description: The status of the image
enum:
- unknown
- ready
- deleting
- error
- locked
default: unknown
status_message:
type: string
description: Details of the image status
nullable: true
visibility:
type: string
description: A `public` image is pullable from internet without authentication,
opposed to a `private` image. `inherit` will use the namespace `is_public`
parameter
enum:
- visibility_unknown
- inherit
- public
- private
default: visibility_unknown
size:
type: number
description: Image size in bytes, calculated from the size of image layers.
One layer used in two tags of the same image is counted once but one layer
used in two images is counted twice. (in bytes)
created_at:
type: string
description: Creation date
format: date-time
updated_at:
type: string
description: Last modification date, from the user or the service
format: date-time
tags:
type: array
description: List of docker tags of the image
items:
type: string
x-properties-order:
- id
- name
- namespace_id
- status
- status_message
- visibility
- size
- created_at
- updated_at
- tags
scaleway.registry.v1.ListImagesResponse:
type: object
properties:
images:
type: array
description: Paginated list of images matching filters
items:
$ref: '#/components/schemas/scaleway.registry.v1.Image'
total_count:
type: number
description: Total number of images matching filters
x-properties-order:
- images
- total_count
scaleway.registry.v1.ListNamespacesResponse:
type: object
properties:
namespaces:
type: array
description: Paginated list of namespaces matching filters
items:
$ref: '#/components/schemas/scaleway.registry.v1.Namespace'
total_count:
type: number
description: Total number of namespaces matching filters
x-properties-order:
- namespaces
- total_count
scaleway.registry.v1.ListTagsResponse:
type: object
properties:
tags:
type: array
description: Paginated list of tags matching filters
items:
$ref: '#/components/schemas/scaleway.registry.v1.Tag'
total_count:
type: number
description: Total number of tags matching filters
x-properties-order:
- tags
- total_count
scaleway.registry.v1.Namespace:
type: object
properties:
id:
type: string
description: The unique ID of the namespace
name:
type: string
description: The name of the namespace, unique in a region accross all organizations
description:
type: string
description: Description of the namespace
organization_id:
type: string
description: Owner of the namespace
project_id:
type: string
description: Project of the namespace
status:
type: string
description: Namespace status
enum:
- unknown
- ready
- deleting
- error
- locked
default: unknown
status_message:
type: string
description: Namespace status details
endpoint:
type: string
description: Endpoint reachable by docker
is_public:
type: boolean
description: Namespace visibility policy
size:
type: number
description: Total size of the namespace, calculated as the sum of the size
of all images in the namespace (in bytes)
created_at:
type: string
description: Creation date
format: date-time
updated_at:
type: string
description: Last modification date, from the user or the service
format: date-time
image_count:
type: number
description: Number of images in the namespace
region:
type: string
description: Region the namespace belongs to
x-properties-order:
- id
- name
- description
- organization_id
- project_id
- status
- status_message
- endpoint
- is_public
- size
- created_at
- updated_at
- image_count
- region
scaleway.registry.v1.Tag:
type: object
properties:
id:
type: string
description: The unique ID of the tag
name:
type: string
description: Tag name, unique for an image
image_id:
type: string
description: Image ID this tag belongs to
status:
type: string
description: Tag status
enum:
- unknown
- ready
- deleting
- error
- locked
default: unknown
digest:
type: string
description: Hash of the tag actual content. Several tags of a same image
may have the same digest
created_at:
type: string
description: Creation date
format: date-time
updated_at:
type: string
description: Last modification date, from the user or the service
format: date-time
x-properties-order:
- id
- name
- image_id
- status
- digest
- created_at
- updated_at
securitySchemes:
scaleway:
in: header
name: X-Auth-Token
type: apiKey
paths:
/registry/v1/regions/{region}/images:
get:
tags:
- Images
operationId: ListImages
summary: List all your images
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: query
name: page
description: A positive integer to choose the page to display
schema:
type: number
description: A positive integer to choose the page to display
default: 1
- in: query
name: page_size
description: A positive integer lower or equal to 100 to select the number
of items to display
schema:
type: number
description: A positive integer lower or equal to 100 to select the number
of items to display
default: 20
- in: query
name: order_by
description: Field by which to order the display of Images
schema:
type: string
description: Field by which to order the display of Images
enum:
- created_at_asc
- created_at_desc
- name_asc
- name_desc
default: created_at_asc
- in: query
name: namespace_id
description: Filter by the Namespace ID
schema:
type: string
description: Filter by the Namespace ID
nullable: true
- in: query
name: name
description: Filter by the Image name (exact match)
schema:
type: string
description: Filter by the Image name (exact match)
nullable: true
- in: query
name: organization_id
description: Filter by Organization ID
schema:
type: string
description: Filter by Organization ID
nullable: true
- in: query
name: project_id
description: Filter by Project ID
schema:
type: string
description: Filter by Project ID
nullable: true
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.ListImagesResponse'
security:
- scaleway: []
/registry/v1/regions/{region}/images/{image_id}:
get:
tags:
- Images
operationId: GetImage
summary: Get a image
description: Get the image associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: image_id
description: The unique ID of the Image
required: true
schema:
type: string
description: The unique ID of the Image
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Image'
security:
- scaleway: []
patch:
tags:
- Images
operationId: UpdateImage
summary: Update an existing image
description: Update the image associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: image_id
description: Image ID to update
required: true
schema:
type: string
description: Image ID to update
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Image'
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
visibility:
type: string
description: A `public` image is pullable from internet without
authentication, opposed to a `private` image. `inherit` will use
the namespace `is_public` parameter
enum:
- visibility_unknown
- inherit
- public
- private
default: visibility_unknown
x-properties-order:
- visibility
security:
- scaleway: []
delete:
tags:
- Images
operationId: DeleteImage
summary: Delete an image
description: Delete the image associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: image_id
description: The unique ID of the Image
required: true
schema:
type: string
description: The unique ID of the Image
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Image'
security:
- scaleway: []
/registry/v1/regions/{region}/images/{image_id}/tags:
get:
tags:
- Tags
operationId: ListTags
summary: List all your tags
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: image_id
description: The unique ID of the image
required: true
schema:
type: string
description: The unique ID of the image
- in: query
name: page
description: A positive integer to choose the page to display
schema:
type: number
description: A positive integer to choose the page to display
default: 1
- in: query
name: page_size
description: A positive integer lower or equal to 100 to select the number
of items to display
schema:
type: number
description: A positive integer lower or equal to 100 to select the number
of items to display
default: 20
- in: query
name: order_by
description: Field by which to order the display of Images
schema:
type: string
description: Field by which to order the display of Images
enum:
- created_at_asc
- created_at_desc
- name_asc
- name_desc
default: created_at_asc
- in: query
name: name
description: Filter by the tag name (exact match)
schema:
type: string
description: Filter by the tag name (exact match)
nullable: true
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.ListTagsResponse'
security:
- scaleway: []
/registry/v1/regions/{region}/namespaces:
get:
tags:
- Namespaces
operationId: ListNamespaces
summary: List all your namespaces
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: query
name: page
description: A positive integer to choose the page to display
schema:
type: number
description: A positive integer to choose the page to display
default: 1
- in: query
name: page_size
description: A positive integer lower or equal to 100 to select the number
of items to display
schema:
type: number
description: A positive integer lower or equal to 100 to select the number
of items to display
default: 20
- in: query
name: order_by
description: Field by which to order the display of Images
schema:
type: string
description: Field by which to order the display of Images
enum:
- created_at_asc
- created_at_desc
- description_asc
- description_desc
- name_asc
- name_desc
default: created_at_asc
- in: query
name: organization_id
description: Filter by Organization ID
schema:
type: string
description: Filter by Organization ID
nullable: true
- in: query
name: project_id
description: Filter by Project ID
schema:
type: string
description: Filter by Project ID
nullable: true
- in: query
name: name
description: Filter by the namespace name (exact match)
schema:
type: string
description: Filter by the namespace name (exact match)
nullable: true
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.ListNamespacesResponse'
security:
- scaleway: []
post:
tags:
- Namespaces
operationId: CreateNamespace
summary: Create a new namespace
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Namespace'
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
name:
type: string
description: Define a namespace name
description:
type: string
description: Define a description
organization_id:
type: string
description: Assign the namespace owner (deprecated)
deprecated: true
x-one-of: ProjectIdentifier
project_id:
type: string
description: Assign the namespace to a project ID
x-one-of: ProjectIdentifier
is_public:
type: boolean
description: Define the default visibility policy
required:
- name
x-properties-order:
- name
- description
- organization_id
- project_id
- is_public
security:
- scaleway: []
/registry/v1/regions/{region}/namespaces/{namespace_id}:
get:
tags:
- Namespaces
operationId: GetNamespace
summary: Get a namespace
description: Get the namespace associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: namespace_id
description: The unique ID of the Namespace
required: true
schema:
type: string
description: The unique ID of the Namespace
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Namespace'
security:
- scaleway: []
patch:
tags:
- Namespaces
operationId: UpdateNamespace
summary: Update an existing namespace
description: Update the namespace associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: namespace_id
description: Namespace ID to update
required: true
schema:
type: string
description: Namespace ID to update
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Namespace'
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
description:
type: string
description: Define a description
nullable: true
is_public:
type: boolean
description: Define the default visibility policy
nullable: true
x-properties-order:
- description
- is_public
security:
- scaleway: []
delete:
tags:
- Namespaces
operationId: DeleteNamespace
summary: Delete an existing namespace
description: Delete the namespace associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: namespace_id
description: The unique ID of the Namespace
required: true
schema:
type: string
description: The unique ID of the Namespace
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Namespace'
security:
- scaleway: []
/registry/v1/regions/{region}/tags/{tag_id}:
get:
tags:
- Tags
operationId: GetTag
summary: Get a tag
description: Get the tag associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: tag_id
description: The unique ID of the Tag
required: true
schema:
type: string
description: The unique ID of the Tag
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Tag'
security:
- scaleway: []
delete:
tags:
- Tags
operationId: DeleteTag
summary: Delete a tag
description: Delete the tag associated with the given id.
parameters:
- in: path
name: region
description: The region you want to target
required: true
schema:
type: string
description: The region you want to target
enum:
- fr-par
- nl-ams
- in: path
name: tag_id
description: The unique ID of the tag
required: true
schema:
type: string
description: The unique ID of the tag
- in: query
name: force
description: If two tags share the same digest the deletion will fail unless
this parameter is set to true
schema:
type: boolean
description: If two tags share the same digest the deletion will fail unless
this parameter is set to true
responses:
"200":
description: ""
content:
application/json:
schema:
$ref: '#/components/schemas/scaleway.registry.v1.Tag'
security:
- scaleway: []