-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pyxis
authored and
Pyxis
committed
Mar 30, 2020
1 parent
f2e6288
commit 5f15f91
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Based Image | ||
FROM jenkins/jenkins:2.204.2 | ||
FROM jenkins/jenkins:2.222.1 | ||
|
||
## Define Environment | ||
MAINTAINER WindSekirun <[email protected]> | ||
|
@@ -8,12 +8,12 @@ ENV ANDROID_SDK_ZIP sdk-tools-linux-4333796.zip | |
ENV ANDROID_SDK_ZIP_URL https://dl.google.com/android/repository/$ANDROID_SDK_ZIP | ||
ENV ANDROID_HOME /opt/android-sdk-linux | ||
|
||
ENV GRADLE_ZIP gradle-5.4.1-bin.zip | ||
ENV GRADLE_ZIP gradle-5.6.4-bin.zip | ||
ENV GRADLE_ZIP_URL https://services.gradle.org/distributions/$GRADLE_ZIP | ||
|
||
ENV PATH $PATH:$ANDROID_HOME/tools/bin | ||
ENV PATH $PATH:$ANDROID_HOME/platform-tools | ||
ENV PATH $PATH:/opt/gradle-5.4.1/bin | ||
ENV PATH $PATH:/opt/gradle-5.6.4/bin | ||
|
||
# Build-time metadata as defined at http://label-schema.org | ||
ARG BUILD_DATE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.1 | ||
1.1.2 |