Skip to content

Commit

Permalink
Re-structure inline with Docker's Official Images guidelines
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Lee Jones committed Oct 16, 2018
1 parent d8597ba commit 69374ff
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 46 deletions.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
46 changes: 0 additions & 46 deletions 3.0/x86_64/alpine/Dockerfile

This file was deleted.

0 comments on commit 69374ff

Please sign in to comment.