Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
UNL ITS
docker-ci
Commits
1e8dc236
Commit
1e8dc236
authored
9 months ago
by
Alan Nelson
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Update Android containers See merge request
!92
parents
13f6ae6c
24e633ed
Branches
Branches containing commit
No related tags found
1 merge request
!92
Update Android containers
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
android-build-server/Dockerfile
+2
-2
2 additions, 2 deletions
android-build-server/Dockerfile
static-code-analysis/android/Dockerfile
+1
-1
1 addition, 1 deletion
static-code-analysis/android/Dockerfile
with
3 additions
and
3 deletions
android-build-server/Dockerfile
+
2
−
2
View file @
1e8dc236
FROM
a
doptopenjdk/openjdk11:
alpine
FROM
a
mazoncorretto:17-
alpine
ARG
BUILD_DATE
ARG
VCS_REF
...
...
@@ -19,7 +19,7 @@ ENV PATH ${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}
WORKDIR
/opt
RUN
apk add
--no-cache
curl bash unzip libstdc++ su-exec
RUN
mkdir
-p
/opt/android-sdk-linux/cmdline-tools
\
&&
curl
-q
-o
commandlinetools.zip
-L
https://dl.google.com/android/repository/commandlinetools-linux-
9477386
_latest.zip
\
&&
curl
-q
-o
commandlinetools.zip
-L
https://dl.google.com/android/repository/commandlinetools-linux-
11076708
_latest.zip
\
&&
unzip
-q
commandlinetools.zip
-d
${
ANDROID_HOME
}
/cmdline-tools
\
&&
mv
${
ANDROID_HOME
}
/cmdline-tools/cmdline-tools
${
ANDROID_HOME
}
/cmdline-tools/latest
\
&&
rm
-f
commandlinetools.zip
...
...
This diff is collapsed.
Click to expand it.
static-code-analysis/android/Dockerfile
+
1
−
1
View file @
1e8dc236
...
...
@@ -12,7 +12,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.schema-version="1.0" \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
ENV
SONAR_SCANNER_VERSION
4.6.0.2311
ENV
SONAR_SCANNER_VERSION
6.1.0.4477
ENV
SONAR_HOME /opt/sonar-scanner
ENV
PATH ${PATH}:${SONAR_HOME}
...
...
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