Skip to content

docs: remove incorrect statement about user-defined function references in Bake#24448

Open
dvdksn wants to merge 1 commit intomainfrom
fix/issue-23826-bake-user-defined-functions
Open

docs: remove incorrect statement about user-defined function references in Bake#24448
dvdksn wants to merge 1 commit intomainfrom
fix/issue-23826-bake-user-defined-functions

Conversation

@dvdksn
Copy link
Contributor

@dvdksn dvdksn commented Mar 20, 2026

Summary

  • Removes the incorrect statement "You can't reference user-defined functions from other functions" from the Bake functions documentation
  • This claim contradicts actual behavior — user-defined HCL functions can reference other user-defined functions in Docker Bake

Test plan

  • Verify the page renders correctly at /build/bake/funcs/
  • Confirm no other occurrences of this claim exist in the docs

Fixes #23826

…es in Bake

The claim that user-defined functions cannot reference other
user-defined functions was incorrect. Remove the misleading line.

Fixes #23826
@netlify
Copy link

netlify bot commented Mar 20, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit dd4e3ab
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69bd5f43acdb0e00088353c7
😎 Deploy Preview https://deploy-preview-24448--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the area/build Relates to Dockerfiles or docker build command label Mar 20, 2026
Copy link
Contributor

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

This PR correctly removes an inaccurate statement from the Bake functions documentation. The change is clean and improves documentation accuracy.

Summary:

  • ✅ Removes incorrect claim that user-defined functions can't reference other user-defined functions
  • ✅ No markdown formatting issues
  • ✅ No style guide violations
  • ✅ Content flows naturally after removal
  • ✅ Not editing vendored content
  • ✅ No redirects needed (page not moved/removed)

The documentation now accurately reflects Docker Bake's actual behavior.

@dvdksn dvdksn requested a review from a team March 20, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/build Relates to Dockerfiles or docker build command

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker Bake: User-defined functions can reference other user-defined functions

1 participant