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

Remove timestamp tags and update readme #1178

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

MichaelSimons
Copy link
Member

@MichaelSimons MichaelSimons commented Aug 14, 2024

Fixes #1169
Related to #1168

@mthalman
Copy link
Member

This also fixes dotnet/docker-tools#1102. Can you log a follow up issue to remove the commit SHA and timestamp variable support from Image Builder?


2. Validate the changes locally by running [build.ps1](./build.ps1). It is strongly suggested to specify the `-DockerfilePath` option to avoid the overhead of building all the images.
2. Validate the changes locally by running [build.ps1](./build.ps1).
It is strongly suggested to specify the `-DockerfilePath` option to avoid the overhead of building all the images.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also have something about how to handle image hierarchies. A lot of people work with the cross Dockerfiles that have multiple Dockerfiles associated with the hierarchy. It would be helpful to provide some guidance on how to determine which Dockerfiles need to be built and how.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. I am going to handle this in a follow-up PR. In hindsight it was a mistake to include anything outside of the bare minimum readme updates related to the timestamp removal. Every PR update is wasting a massive amount of compute.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@MichaelSimons
Copy link
Member Author

Admin merging since the last change was readme only changes and the previous run was green. No sense in rebuilding every image in the repo.

@MichaelSimons MichaelSimons merged commit e09d81e into dotnet:main Aug 15, 2024
2 of 41 checks passed
@MichaelSimons MichaelSimons deleted the remove-timestamp-tags branch August 15, 2024 21:27
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.

Stop producing timestamped tags
2 participants