Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updates documents to describe default target behaviour #4571

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrsalx
Copy link

@chrsalx chrsalx commented Sep 18, 2023

- What I did

  • I updated the references to the --target flag so it now explains what happens when the flag is not passed.

- How I did it
I searched all mentions of the --target flag and replaced the docs where it suited.

- How to verify it
You can test this by running docker build -t demo --progress plain . on any directory with the following image.

FROM ubuntu:latest as stagea
RUN echo "stagea"

FROM ubuntu:latest as stageb
RUN echo "stageb"

You should see something like this in the logs

#6 [stageb 2/2] RUN echo "stageb"
#6 0.097 imageb
#6 DONE 0.2s

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)
Here's a pic of my dad's rottie. She's the loveliest being on earth. ♥️🐶
image

Signed-off-by: Christian Alexánder Polanco Valdez <polancochristian@gmail.com>
@chrsalx
Copy link
Author

chrsalx commented Nov 12, 2023

Bumping this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants