Skip to content

Doc: Fix terminology: "Base image" vs. "Parent Image" #2967

@michael-holzheu

Description

@michael-holzheu

From the documentation of Base image:

Definition of: base image

An image that has no parent is a base image.

From the documentation of Dockerfile:

Docker runs instructions in a Dockerfile in order. The first instruction must be FROM in order to specify the Base Image from which you are building.

Since the image that is specified via FROM can already be a derived image, it is probably better to say:

Docker runs instructions in a Dockerfile in order. The first instruction must be FROM in order to specify the parent image from which you are building.

Besides this, there are multiple other occurrences of the term "base image" that should be checked.

And also check the following broken link that is used in https://docs.docker.com/engine/reference/builder as link for "Base Image": https://docs.docker.com/engine/reference/glossary/#base-image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions