Skip to content

Use consistent order for tar options#3436

Merged
mthalman merged 1 commit intodotnet:nightlyfrom
mthalman:tar-options
Jan 27, 2022
Merged

Use consistent order for tar options#3436
mthalman merged 1 commit intodotnet:nightlyfrom
mthalman:tar-options

Conversation

@mthalman
Copy link
Member

There's a mix of the ordering of tar options amongst the Dockerfiles. They either use tar -ozxf or tar -oxzf (the x and z are swapped). I chose to standardize them all on the latter because there were more Dockerfiles using that pattern.

@ghost ghost added the area-dockerfiles Concerns the official .NET Dockerfiles or Dockerfile templates label Jan 26, 2022
@mthalman mthalman merged commit d10f837 into dotnet:nightly Jan 27, 2022
@mthalman mthalman deleted the tar-options branch January 27, 2022 13:46
@mthalman mthalman mentioned this pull request Feb 7, 2022
57 tasks
mthalman added a commit to mthalman/dotnet-docker that referenced this pull request Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-dockerfiles Concerns the official .NET Dockerfiles or Dockerfile templates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants