-
Notifications
You must be signed in to change notification settings - Fork 568
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
Implement jq templating #379
Conversation
a73962a
to
cd91323
Compare
cd91323
to
36255a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropped a few inline comments.
This PR should add the template checking action that we use in other repos. (this makes sure that a PR that includes template changes, also updates the Dockerfiles so that the build tests are representative of the changes)
d56d096
to
ab7703a
Compare
All fixed |
Ah, this is missing an update to |
@@ -1,4 +1,4 @@ | |||
FROM alpine:3.18 | |||
FROM alpine:{{ env.variant | ltrimstr("alpine") }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think a future goal would be to combine the Alpine and Debian templates into one to ensure that the common bits and flow remain in sync. This can be a future PR or added to this one 🤷.
ab7703a
to
a664b71
Compare
Fixed the bashbrew script |
a664b71
to
c01ba51
Compare
Changes: - redis/docker-library-redis@12e802f: Merge pull request redis/docker-library-redis#379 from LaurentGoderre/templating - redis/docker-library-redis@c01ba51: Implement jq templating
Changes: - redis/docker-library-redis@1af13e5: Update 7.2 to 7.2.3 - redis/docker-library-redis@12e802f: Merge pull request redis/docker-library-redis#379 from LaurentGoderre/templating - redis/docker-library-redis@c01ba51: Implement jq templating
No description provided.