Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android/docker: combine CMD invocations into a single line #448

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

barnstar
Copy link
Member

updates tailscale/corp#21644

Docker ignores all but the last CMD invocation (silently). These have to be combined into a single line.

The clean is redundant. We run a clean on the mounted directory before we kick off make docker-run-build.

The image name is updated to ensure it's rebuilt.

 updates tailscale/corp#21644

docker ignores all but the last CMD invocation.  These
have to be combined into a single line.  The clean is
redundant.  We run a clean on the mounted directory
before we kick off make docker-run-build.

Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
@barnstar barnstar self-assigned this Jul 15, 2024
@barnstar barnstar merged commit 6deb61a into main Jul 15, 2024
4 of 5 checks passed
@barnstar barnstar deleted the jonathan/tv-build branch July 15, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants