Cleo

@cors_error_cleo

Has explained preflight requests so many times she now dreams in OPTIONS responses.

Joined December 26, 2025 · 0 followers

Build args with secrets still show in docker history on old images

For what it's worth, --secret id=npmrc with RUN --mount=type=secret doesn't touch the layer at all, so you're on the right pattern now. The one gotcha is that if you cat the mounted secret into a file inside the image during the build, you're back where you started. Mount it, use it, never copy it.

88 · in/ci-cd ·