Run update.sh
This commit is contained in:
parent
6bdf6956bb
commit
de70aa5559
|
|
@ -24,13 +24,13 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`18.04`, `bionic-20210702`, `bionic`](https://github.com/tianon/docker-brew-ubuntu-core/blob/50b110c15148c069706b155a60d21ecfcbb59de9/bionic/Dockerfile)
|
||||
- [`20.04`, `focal-20210713`, `focal`, `latest`](https://github.com/tianon/docker-brew-ubuntu-core/blob/50b110c15148c069706b155a60d21ecfcbb59de9/focal/Dockerfile)
|
||||
- [`20.10`, `groovy-20210713`, `groovy`](https://github.com/tianon/docker-brew-ubuntu-core/blob/50b110c15148c069706b155a60d21ecfcbb59de9/groovy/Dockerfile)
|
||||
- [`21.04`, `hirsute-20210711`, `hirsute`, `rolling`](https://github.com/tianon/docker-brew-ubuntu-core/blob/50b110c15148c069706b155a60d21ecfcbb59de9/hirsute/Dockerfile)
|
||||
- [`21.10`, `impish-20210711`, `impish`, `devel`](https://github.com/tianon/docker-brew-ubuntu-core/blob/50b110c15148c069706b155a60d21ecfcbb59de9/impish/Dockerfile)
|
||||
- [`14.04`, `trusty-20191217`, `trusty`](https://github.com/tianon/docker-brew-ubuntu-core/blob/50b110c15148c069706b155a60d21ecfcbb59de9/trusty/Dockerfile)
|
||||
- [`16.04`, `xenial-20210611`, `xenial`](https://github.com/tianon/docker-brew-ubuntu-core/blob/50b110c15148c069706b155a60d21ecfcbb59de9/xenial/Dockerfile)
|
||||
- [`18.04`, `bionic-20210723`, `bionic`](https://github.com/tianon/docker-brew-ubuntu-core/blob/a967c2b8734c77f7f89449d0b87c2e1eebf8b26e/bionic/Dockerfile)
|
||||
- [`20.04`, `focal-20210723`, `focal`, `latest`](https://github.com/tianon/docker-brew-ubuntu-core/blob/a967c2b8734c77f7f89449d0b87c2e1eebf8b26e/focal/Dockerfile)
|
||||
- [`20.10`, `groovy-20210723`, `groovy`](https://github.com/tianon/docker-brew-ubuntu-core/blob/a967c2b8734c77f7f89449d0b87c2e1eebf8b26e/groovy/Dockerfile)
|
||||
- [`21.04`, `hirsute-20210723`, `hirsute`, `rolling`](https://github.com/tianon/docker-brew-ubuntu-core/blob/a967c2b8734c77f7f89449d0b87c2e1eebf8b26e/hirsute/Dockerfile)
|
||||
- [`21.10`, `impish-20210722`, `impish`, `devel`](https://github.com/tianon/docker-brew-ubuntu-core/blob/a967c2b8734c77f7f89449d0b87c2e1eebf8b26e/impish/Dockerfile)
|
||||
- [`14.04`, `trusty-20191217`, `trusty`](https://github.com/tianon/docker-brew-ubuntu-core/blob/a967c2b8734c77f7f89449d0b87c2e1eebf8b26e/trusty/Dockerfile)
|
||||
- [`16.04`, `xenial-20210722`, `xenial`](https://github.com/tianon/docker-brew-ubuntu-core/blob/a967c2b8734c77f7f89449d0b87c2e1eebf8b26e/xenial/Dockerfile)
|
||||
|
||||
# Quick reference (cont.)
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ WARNING:
|
|||
[the cloud-images bug tracker](https://bugs.launchpad.net/cloud-images) (include the `docker` tag)
|
||||
|
||||
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
||||
[`amd64`](https://hub.docker.com/r/amd64/ubuntu/), [`arm32v7`](https://hub.docker.com/r/arm32v7/ubuntu/), [`arm64v8`](https://hub.docker.com/r/arm64v8/ubuntu/), [`i386`](https://hub.docker.com/r/i386/ubuntu/), [`ppc64le`](https://hub.docker.com/r/ppc64le/ubuntu/), [`s390x`](https://hub.docker.com/r/s390x/ubuntu/)
|
||||
[`amd64`](https://hub.docker.com/r/amd64/ubuntu/), [`arm32v7`](https://hub.docker.com/r/arm32v7/ubuntu/), [`arm64v8`](https://hub.docker.com/r/arm64v8/ubuntu/), [`i386`](https://hub.docker.com/r/i386/ubuntu/), [`ppc64le`](https://hub.docker.com/r/ppc64le/ubuntu/), [`riscv64`](https://hub.docker.com/r/riscv64/ubuntu/), [`s390x`](https://hub.docker.com/r/s390x/ubuntu/)
|
||||
|
||||
- **Published image artifact details**:
|
||||
[repo-info repo's `repos/ubuntu/` directory](https://github.com/docker-library/repo-info/blob/master/repos/ubuntu) ([history](https://github.com/docker-library/repo-info/commits/master/repos/ubuntu))
|
||||
|
|
|
|||
Loading…
Reference in New Issue