-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.md.template
62 lines (39 loc) · 1.87 KB
/
README.md.template
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
# Ocean Docker Images
[Ocean](https://docs.ocean.dwavesys.com/en/stable) is
[D-Wave's](<https://www.dwavesys.com>) suite of tools for solving hard problems
with quantum computers.
## Build Matrix
- Ocean: [`{{ ocean_version }}`](https://github.com/dwavesystems/dwave-ocean-sdk/releases/{{ ocean_version }})
- Python: {{#strip}}{{#python_versions}}`{{version}}`{{#excluded}} (except on `{{.}}`){{/excluded}}{{#default}} (default){{/default}}, {{/python_versions}}{{/strip}}
- Platform: [`bookworm`](https://wiki.debian.org/DebianBookworm), `slim` (minimal bookworm), `windowsservercore`
## Architectures
All Linux images are built for `amd64` and `arm64` architectures, and are available
as multi-arch docker images.
Windows images are build for `amd64` only.
## Supported tags, with `Dockerfile` links
Simple tags represent "canonical images" and their aliases. Each simple tag maps
to an image with specific ocean version, python version, and platform.
Architecture can be shared, though; Linux simple tags point to multi-arch images.
Shared tags map to multi-platform/multi-architecture images.
### Simple Tags
{{#simple_tags}}
- [Ocean: `{{subtags.ocean}}`, Python: `{{subtags.python}}`, Platform: `{{subtags.platform}}`]({{dockerfile}})
{{#tags}}
- `{{.}}`
{{/tags}}
{{/simple_tags}}
### Shared Tags
{{#shared_tags}}
- {{#strip}}{{#tags}}`{{.}}`, {{/tags}}{{/strip}}
{{#canonical}}
- [`{{tag}}`]({{dockerfile}})
{{/canonical}}
{{/shared_tags}}
## License
Ocean is released under the Apache License 2.0.
Ocean dockerfiles (in this repo) are released under the Apache License 2.0 as well.
See [LICENSE](./LICENSE) file.
However, bear in mind that docker images in general contain other software which
may be under other licenses. It is the image user's responsibility to ensure
that any use of this image complies with any relevant licenses for all software
contained within.