Commit 4553f39
authored
Add attribution file to docker image (#121)
Copying this file is a requirement for attribution purposes.
Testing done:
```
$ docker image build -t adot-python .
$ docker image save adot-python:latest > adot-python.tar
$ mkdir adot-python
$ tar -xvf adot-python.tar -C adot-python
$ cd adot-python
$ cd bd0c3feb8990f55dba5845497597307fe38ba411510a520c6ea4738896db66aa
$ tar -xvf layer.tar
$ ls
> json layer.tar THIRD-PARTY-LICENSES VERSION
# Confirmed `THIRD-PARTY-LICENSES` is the same file.
```
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 02538d3 commit 4553f39
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
0 commit comments