Add initial jq-based templating engine#22
Merged
Merged
Conversation
This finally brings us better consistency between versions, and encodes the differences between the images in code instead of just as a delta that has to be viewed via `diff`.
Owner
Author
Diff:$ diff -u <(bashbrew cat bash) <(bashbrew cat <(./generate-stackbrew-library.sh))
--- /dev/fd/63 2020-09-11 12:33:51.120264453 -0700
+++ /dev/fd/62 2020-09-11 12:33:51.124264338 -0700
@@ -3,55 +3,55 @@
Tags: devel-20200901, devel
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 42bd54fd2155c19cb6e0ae232a831d1785900da7
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: devel
Tags: 5.1-beta, 5.1-rc, rc
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 59513ccf13a99b69d25e794339e82dee4eb6f93b
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 5.1-rc
Tags: 5.0.18, 5.0, 5, latest
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 8d5bcd5f1a8a84662fa34ba674282a7fc7451965
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 5.0
Tags: 4.4.23, 4.4, 4
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 4.4
Tags: 4.3.48, 4.3
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 4.3
Tags: 4.2.53, 4.2
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 4.2
Tags: 4.1.17, 4.1
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 4.1
Tags: 4.0.44, 4.0
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 4.0
Tags: 3.2.57, 3.2, 3
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 3.2
Tags: 3.1.23, 3.1
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 3.1
Tags: 3.0.22, 3.0
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2d420e498d46e7241dd16e3185c8696a1f8eef36
+GitCommit: 7d80c7cc5d829b6be9e04b6b2cba98a228fb67db
Directory: 3.0 |
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Sep 11, 2020
Changes: - tianon/docker-bash@ffa5831: Merge pull request tianon/docker-bash#22 from tianon/jq-template - tianon/docker-bash@7d80c7c: Add initial jq-based templating engine
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This finally brings us better consistency between versions, and encodes the differences between the images in code instead of just as a delta that has to be viewed via
diff.See also docker-library/php#1052 (and linked PRs)