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
c28a3809
Commit
c28a3809
authored
10 months ago
by
Roger Feese
Browse files
Options
Downloads
Patches
Plain Diff
Remove dotnet 3.1 from makefile.
parent
b69367d4
Branches
Branches containing commit
No related tags found
2 merge requests
!90
Update dotnet-build-server jre and remove 3.1
,
!89
dotnet-build-server - update jre package to v17 and node to 24
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-4
1 addition, 4 deletions
Makefile
with
1 addition
and
4 deletions
Makefile
+
1
−
4
View file @
c28a3809
...
...
@@ -30,7 +30,7 @@ php-browser-test: php-browser-test_8.2 php-browser-test_latest
mobile
:
android-build-server
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
dotnet
:
dotnet_3.1
dotnet_6.0
dotnet
:
dotnet_6.0
# PHP Lint Images
####################
...
...
@@ -144,9 +144,6 @@ dependency-check: dependency-check/Dockerfile
# dotnet Images
####################
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/
dotnet_6.0
:
dotnet-build-server/6.0/Dockerfile
docker build
$(
BUILD_ARGS
)
-t
${
REPO_ORG
}
/dotnet-build-server:6.0
-f
dotnet-build-server/6.0/Dockerfile dotnet-build-server/6.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