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
7a4e3298
Commit
7a4e3298
authored
2 years ago
by
Roger Feese
Browse files
Options
Downloads
Plain Diff
Merge branch 'dotnet-6' into 'develop'
Add dotnet 6.0 image See merge request
!75
parents
6b4f39e6
9e0315e9
No related branches found
No related tags found
2 merge requests
!76
Add dotnet 6.0
,
!75
Add dotnet 6.0 image
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+3
-4
3 additions, 4 deletions
Makefile
dotnet-build-server/6.0/Dockerfile
+3
-3
3 additions, 3 deletions
dotnet-build-server/6.0/Dockerfile
with
6 additions
and
7 deletions
Makefile
+
3
−
4
View file @
7a4e3298
...
@@ -29,7 +29,7 @@ php-unit-test: php-unit-test_5.6 php-unit-test_7.0 php-unit-test_7.1 php-unit-te
...
@@ -29,7 +29,7 @@ php-unit-test: php-unit-test_5.6 php-unit-test_7.0 php-unit-test_7.1 php-unit-te
mobile
:
android-build-server
mobile
:
android-build-server
static-code-analysis
:
static-code-analysis_latest static-code-analysys_php static-code-analysys_python static-code-analysys_android
static-code-analysis
:
static-code-analysis_latest static-code-analysys_php static-code-analysys_python static-code-analysys_android
utility
:
alpine-ssh-client merge-request-check
utility
:
alpine-ssh-client merge-request-check
dotnet
:
dotnet_3.1 dotnet_
5
.0
dotnet
:
dotnet_3.1 dotnet_
6
.0
# PHP Lint Images
# PHP Lint Images
####################
####################
...
@@ -144,9 +144,8 @@ dependency-check: dependency-check/Dockerfile
...
@@ -144,9 +144,8 @@ dependency-check: dependency-check/Dockerfile
dotnet_3.1
:
dotnet-build-server/3.1/Dockerfile
dotnet_3.1
:
dotnet-build-server/3.1/Dockerfile
docker build
$(
BUILD_ARGS
)
-t
${
REPO_ORG
}
/dotnet-build-server:3.1
-f
dotnet-build-server/3.1/Dockerfile dotnet-build-server/3.1/
docker build
$(
BUILD_ARGS
)
-t
${
REPO_ORG
}
/dotnet-build-server:3.1
-f
dotnet-build-server/3.1/Dockerfile dotnet-build-server/3.1/
dotnet_5.0
:
dotnet-build-server/5.0/Dockerfile
dotnet_6.0
:
dotnet-build-server/6.0/Dockerfile
docker build
$(
BUILD_ARGS
)
-t
${
REPO_ORG
}
/dotnet-build-server:5.0
-f
dotnet-build-server/5.0/Dockerfile dotnet-build-server/5.0/
docker build
$(
BUILD_ARGS
)
-t
${
REPO_ORG
}
/dotnet-build-server:6.0
-f
dotnet-build-server/6.0/Dockerfile dotnet-build-server/6.0/
#IMAGES_TO_SCAN = $(shell docker images --format '{{.Repository}}:{{.Tag}}' | grep unl-its )
#IMAGES_TO_SCAN = $(shell docker images --format '{{.Repository}}:{{.Tag}}' | grep unl-its )
#security:
#security:
...
...
This diff is collapsed.
Click to expand it.
dotnet-build-server/
5
.0/Dockerfile
→
dotnet-build-server/
6
.0/Dockerfile
+
3
−
3
View file @
7a4e3298
FROM
mcr.microsoft.com/dotnet/sdk:
5
.0
-buster-slim
FROM
mcr.microsoft.com/dotnet/sdk:
6
.0
ARG
BUILD_DATE
ARG
BUILD_DATE
ARG
VCS_REF
ARG
VCS_REF
ARG
VERSION
ARG
VERSION
LABEL
org.label-schema.build-date=$BUILD_DATE \
LABEL
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="dotnet SDK
5
.0" \
org.label-schema.name="dotnet SDK
6
.0" \
org.label-schema.description="Docker image to build .NET core
5
.0 applications" \
org.label-schema.description="Docker image to build .NET core
6
.0 applications" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vendor="University of Nebraska - Lincoln" \
org.label-schema.vendor="University of Nebraska - Lincoln" \
org.label-schema.version="0.1.2" \
org.label-schema.version="0.1.2" \
...
...
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