Secrets with Docker and BuildKit (with NPM)

Posted Tuesday, April 6, 2021.

Here is how to use secrets in Docker BuildKit for an NPM project with private dependencies

SSH with Docker and BuildKit (with SPM)

Posted Saturday, April 3, 2021.

Here is how to use ssh forwarding in Docker BuildKit for an SPM project with private dependencies

GitHub Actions with Private SPM Dependencies

Posted Thursday, February 4, 2021.

Docker with private SPM dependenencies has been solved. GitHub actions to build Docker images has been solved. How can we combine these techniques to build Docker images with private SPM dependencies?

Private NPM packages on GitHub

Posted Thursday, January 7, 2021.

Here is how you can host private NPM packages on GitHub, and get your application to find and pull them.