Skip to content

Commit ee73cc1

Browse files
committed
add tip for hardcoding utility container semver
1 parent ff37bbb commit ee73cc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/blog/2025-08-29-new-common-makefile-structure.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ This new approach has several key advantages:
4646
* *Centralized Updates:* When we fix a bug or add a feature to the common logic, we update it in one place. The changes are automatically available to all patterns using the new Makefile—no more updating dozens of repos!
4747
* *Simpler Makefiles:* Most patterns now only need a single line in their Makefile: `include Makefile-common`.
4848

49+
TIP: You can always set the environment variable `PATTERN_UTILITY_CONTAINER` inside or outside of pattern.sh to a specific semver tag to manually control the updates. (For example, you can set it to `quay.io/validatedpatterns/utility-container:v1.0.0`.)
50+
4951
=== The Adjustment: Discoverability
5052

5153
One change to be aware of is *discoverability*. Without a local `common` directory full of scripts, it may not be immediately obvious which `make` targets exist or which environment variables you can tweak.

0 commit comments

Comments
 (0)