yaml: Update use of alpine:3.11 to alpine:3.13

Seceral YAML files used alpine:3:11. Update them to 3.13

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2021-08-10 00:13:52 +01:00
parent ce73340d6c
commit 4eb60514c9
39 changed files with 42 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ linuxkit does not use the docker image cache to store these images. This is
for two key reasons.
First, docker does not provide support for different architecture versions. For
example, if you want to pull down `docker.io/library/alpine:3.11` by manifest,
example, if you want to pull down `docker.io/library/alpine:3.13` by manifest,
with its signature, but get the `arm64` version while you are on an `amd64` device,
it is not supported.
@@ -40,7 +40,7 @@ Image names are kept in `index.json` in the [annotation](https://github.com/open
"size": 1638,
"digest": "sha256:9a839e63dad54c3a6d1834e29692c8492d93f90c59c978c1ed79109ea4fb9a54",
"annotations": {
"org.opencontainers.image.ref.name": "docker.io/library/alpine:3.11"
"org.opencontainers.image.ref.name": "docker.io/library/alpine:3.13"
}
}
]