Skip to content

Windows: improve consistency in install verify steps #302

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

Merged
merged 1 commit into from
Sep 7, 2019

Conversation

thaJeztah
Copy link
Contributor

Very insignificant change, but it looked a bit cleaner 🙈 🤗 🚲 🏠

Before this change:

Expanding ...
Removing ...
Updating PATH ...
Verifying install ...
 git --version
git version 2.11.1.windows.1
Complete.

....

Expanding ...
Verifying install (go version) ...
go version go1.13 windows/amd64
Removing ...
Complete.

After this change:

Expanding ...
Removing ...
Updating PATH ...
Verifying install (git version) ...
git version 2.11.1.windows.1
Complete.

....

Expanding ...
Removing ...
Verifying install (go version) ...
go version go1.13 windows/amd64
Complete.

Very insignificant change, but it looked a bit cleaner;

Before this change:

    Expanding ...
    Removing ...
    Updating PATH ...
    Verifying install ...
     git --version
    git version 2.11.1.windows.1
    Complete.

    ....

    Expanding ...
    Verifying install (go version) ...
    go version go1.13 windows/amd64
    Removing ...
    Complete.

After this change:

    Expanding ...
    Removing ...
    Updating PATH ...
    Verifying install (git version) ...
    git version 2.11.1.windows.1
    Complete.

    ....

    Expanding ...
    Removing ...
    Verifying install (go version) ...
    go version go1.13 windows/amd64
    Complete.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@tianon
Copy link
Member

tianon commented Sep 7, 2019

Love it, thank you! 👍❤️

@tianon tianon merged commit 963918c into docker-library:master Sep 7, 2019
@thaJeztah thaJeztah deleted the Dockerfile_nits branch September 7, 2019 15:22
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Sep 7, 2019
Changes:

- docker-library/golang@963918c: Merge pull request docker-library/golang#302 from thaJeztah/Dockerfile_nits
- docker-library/golang@e52dbc6: Merge pull request docker-library/golang#301 from thaJeztah/update_mingit
- docker-library/golang@3a993b6: Windows: improve consistency in install verify steps
- docker-library/golang@081f537: Windows: update MinGit to 2.23.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants