Build and Publish Android App to Google Play with Jenkins + Vault + Gradle Play Publisher (Docker)
Related guides (prereqs) This post stitches the pieces into a reusable, production-safe pipeline: Jenkins builds a signed AAB in Docker, […]
Related guides (prereqs) This post stitches the pieces into a reusable, production-safe pipeline: Jenkins builds a signed AAB in Docker, […]
This guide builds on my earlier posts (read first): We won’t repeat previous steps. This post only covers: creating the
Why use Nexus as a Docker Registry? If you already run Sonatype Nexus and don’t want to stand up Harbor,
TL;DR Stop Harbor → run ./prepare –with-trivy once → start Harbor. Because you previously had no scanner, Trivy becomes the
Building Android apps in Docker is a powerful way to create a clean, portable, and reproducible environment, especially useful for
DefectDojo is an open-source application vulnerability management system designed to help security teams track, triage, and report security findings at
What is Harbor? Harbor is a cloud-native container registry that secures and manages container images for your organization. Initially developed
This guide walks you through setting up a Jenkins pipeline to build AOSP 15 using Docker on a remote SSH-connected
Why Docker Instead of Podman? While Podman supports rootless builds, Docker is the better choice for most users, especially in
Create a new file called Dockerfile: Run the following command to build your custom image: If you haven’t logged in