Created
March 26, 2021 15:39
-
-
Save andrewodri/dacb9867d39a7b5574d5e5296bfd9f57 to your computer and use it in GitHub Desktop.
Rebuild a Dockerfile for a supplied image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker history --format '{{ .CreatedBy }}' --no-trunc "${@}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment