Commit 767506b
Lee Jones
Re-structure inline with Docker's Official Images guidelines
In order for this repository to reach acceptance standards for
multi-arch in Docker's Official Images repo the guidelines [0]
need to be followed.
This change adapts the directory-level sorting order from
<version>-<architecture>-<base> to <version>-<base>-<architecture>
where <architecture> can be omitted from the latter structure when
a Dockerfile supports multiple architectures.
A good example of that is the Dockerfile for 3.0 based on Alpine,
which can support both ARM64v8 (AArch64) and x86_64 (and probably
some other architectures too [untested]) without changes.
[0] https://github.com/docker-library/official-images#multiple-architectures
Signed-off-by: Lee Jones <lee.jones@linaro.org>1 parent 17e718a commit 767506b
File tree
23 files changed
+0
-93
lines changed- 2.2-spatial
- alpine
- openjdk-slim
- 2.2
- alpine-ibm
- alpine
- ibmjava
- openjdk-slim
- rhel
- 3.0-spatial
- alpine
- openjdk-slim
- 3.0-tp3
- alpine
- openjdk-slim
- 3.0
- alpine
- ibmjava
- openjdk-slim
- rhel
- x86_64
- alpine
- openjdk-slim
23 files changed
+0
-93
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments