Skip to content

Commit

Permalink
Merge pull request #17955 from GordonSmith/HPCC-30649-UBUNTU_23_10
Browse files Browse the repository at this point in the history
HPCC-30649 Bump Ubuntu 23.04 to 23.10

Reviewed-by: Gavin Halliday <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Oct 27, 2023
2 parents 8ca119d + b42961d commit 55a7603
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-23.04
- os: ubuntu-23.10
event_name: "pull_request"
- os: ubuntu-22.04
name: k8s
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/vcpkg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function doBuild() {
# docker run -it --mount source="$(pwd)",target=/hpcc-dev/HPCC-Platform,type=bind,consistency=cached build-ubuntu-22.04:latest bash
}

# doBuild ubuntu-23.04
# doBuild ubuntu-23.10
# doBuild ubuntu-20.04
# doBuild amazonlinux
# doBuild ubuntu-22.04
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VCPKG_REF=latest
FROM hpccsystems/platform-build-base-ubuntu-23.04:$VCPKG_REF
FROM hpccsystems/platform-build-base-ubuntu-23.10:$VCPKG_REF

RUN apt-get update && apt-get install --no-install-recommends -y \
default-jdk \
Expand Down

0 comments on commit 55a7603

Please sign in to comment.