Skip to content

Commit 7c85e7f

Browse files
committed
Add Geoserver 2.27
1 parent 15e4e03 commit 7c85e7f

File tree

16 files changed

+11
-40
lines changed

16 files changed

+11
-40
lines changed

azure-pipelines.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,18 @@ stages:
3131
pool:
3232
vmImage: ubuntu-latest
3333
steps:
34-
3534
- task: Docker@2
36-
displayName: Build Ubuntu 24.04 Base Image (for local use).
35+
displayName: Build Geoserver 2.27 Image (for local use).
36+
inputs:
37+
command: buildAndPush
38+
dockerfile: '$(Build.SourcesDirectory)/geoserver_2_27/Dockerfile'
39+
tags: |
40+
geoserver2_27_latest
41+
geoserver2_27_base_$(tagDate)
42+
containerRegistry: DockerGitHub
43+
repository: ghcr.io/dbca-wa/docker-apps-dev
44+
- task: Docker@2
45+
displayName: Build Geoserver 2.25 Image (for local use).
3746
inputs:
3847
command: buildAndPush
3948
dockerfile: '$(Build.SourcesDirectory)/geoserver_2_25/Dockerfile'

geoserver_2_25/azure-pipelines-2.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)