Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 9312d5a

Browse files
committed
Remove unnecessary CentOS reference
1 parent c0ce5b8 commit 9312d5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/history.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ docker image history --no-trunc --format '{{ .CreatedBy }}' "$@" \
1010
# munge the checksum of the first ADD of the base image (base image changes unnecessarily break our diffs)
1111
NR == 1 && $1 == "ADD" && $4 == "/" { $2 = "-" }
1212
13-
# just ignore the default CentOS CMD value (not relevant to our needs)
14-
$0 == "CMD [\"/bin/bash\"]" { next }
15-
1613
# remove "org.label-schema.build-date" and "org.opencontainers.image.created" (https://github.com/elastic/dockerfiles/pull/101#pullrequestreview-879623350)
1714
$1 == "LABEL" { gsub(/ (org[.]label-schema[.]build-date|org[.]opencontainers[.]image[.]created)=[^ ]+( [0-9:+-]+)?/, "") }
1815

0 commit comments

Comments
 (0)