You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(rss): update RSS template and Hugo version for compatibility (#417)
Hugo v0.156.0 removed the deprecated .Site.Author field, breaking the
RSS template. Align the RSS template with Hugo's current embedded
default by using site.Params.author, transform.XMLEscape, .PublishDate,
and proper lastBuildDate computation. Bump CI Hugo version from 0.151.0
to 0.157.0.
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com> 78818c7
</span></span></code></pre></div><p>This will build the image for the bake matrix we previously created, and will try to push the image to the registry at
246
246
<code>localhost:5000</code>, which is the default registry defined for testing environments in the parent Bake file. Let’s explain
247
247
the full command:</p>
@@ -251,10 +251,10 @@ <h3 id="step-2-build-the-image">Step 2: Build the image</h3>
251
251
<code>-f docker-bake.hcl</code> is the remote file in the git repo, that we’re using to build the image.</p>
252
252
<p>You can explore more about all the content generated and used inside the Bake file by appending the <code>--print</code> flag, as
</span></span></code></pre></div><p>The previous command will push the images in the following format: <code>your/registry:5000/postgresql-testing:17-standard-bookworm</code>.
259
259
Using the <code>--print</code> flag you can explore the full list of tags created that are in the parent Bake file.</p>
260
260
<h3id="step-4-serve-the-image">Step 4: Serve the image</h3>
@@ -281,7 +281,7 @@ <h2 id="making-your-images-for-specific-architectures">Making your images for sp
281
281
<p>By default, images are built for both <code>amd64</code> and <code>arm64</code> architectures, which is the recommended setup for most users.
282
282
However, if you want to build images only for one specific architecture, saving some space, you can override the
283
283
<code>platforms</code> variable in your local Bake file.</p>
0 commit comments