Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker Android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zandor Smith
Docker Android
Commits
a6474119
Unverified
Commit
a6474119
authored
4 years ago
by
Dulmandakh
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bump Buck to 2020.09.09.01 (#83)
parent
c85fb535
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build.yaml
+26
-0
26 additions, 0 deletions
.github/workflows/build.yaml
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
28 additions
and
2 deletions
.github/workflows/build.yaml
0 → 100644
+
26
−
0
View file @
a6474119
name
:
Build Docker image
on
:
[
push
,
pull_request
]
jobs
:
build
:
runs-on
:
ubuntu-20.04
env
:
IMAGE_TAG
:
react-native
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v2
-
name
:
Build Docker image
run
:
docker build --tag $IMAGE_TAG .
-
name
:
Checkout React Native
uses
:
actions/checkout@v2
with
:
repository
:
facebook/react-native
path
:
react-native
-
name
:
Build React Native
run
:
|
docker run --rm -v "${GITHUB_WORKSPACE}/react-native/":/pwd -w /pwd $IMAGE_TAG /bin/sh -c \
"yarn install && ./gradlew --no-daemon :packages:rn-tester:android:app:assembleRelease && ./scripts/circleci/buck_fetch.sh"
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
2
View file @
a6474119
...
...
@@ -5,10 +5,10 @@ LABEL Description="This image provides a base Android development environment fo
ENV
DEBIAN_FRONTEND=noninteractive
# set default build arguments
ARG
SDK_VERSION=commandlinetools-linux-6
514223
_latest.zip
ARG
SDK_VERSION=commandlinetools-linux-6
609375
_latest.zip
ARG
ANDROID_BUILD_VERSION=29
ARG
ANDROID_TOOLS_VERSION=29.0.3
ARG
BUCK_VERSION=2020.0
5.14
.01
ARG
BUCK_VERSION=2020.0
9.09
.01
ARG
NDK_VERSION=20.1.5948944
ARG
NODE_VERSION=12.x
ARG
WATCHMAN_VERSION=4.9.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment