Commit 7e0d5e1
committed
build: Fix check for ubuntu:21.10
The check for ubuntu:21.10 that changes the repo path doesn't work with
podman. We need to cope with the fact that the $from includes the
"docker.io/" prefix.
Also to see the value of $from we need to reintroduce it after the
actual FROM directive, see:
https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact#understand-how-arg-and-from-interact1 parent 83aad68 commit 7e0d5e1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments