File tree Expand file tree Collapse file tree
docker_files/docker_file_ci_ubuntu_22_04 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ubuntu:focal
1+ FROM ubuntu:jammy
22
33ENV HOME /root
44
@@ -15,7 +15,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
1515 apt-get -y update && \
1616 apt-get install -y \
1717 build-essential \
18- clang-11 \
18+ clang \
1919 cmake \
2020 git \
2121 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \
Original file line number Diff line number Diff line change 66 branches :
77 - ' master'
88 paths :
9- - ' .github/docker_files/docker_file_ci_ubuntu_20_04 /*'
9+ - ' .github/docker_files/docker_file_ci_ubuntu_22_04 /*'
1010 - ' .github/workflows/build_docker_images_for_ci.yml'
1111 pull_request :
1212 branches :
1313 - ' master'
1414 paths :
15- - ' .github/docker_files/docker_file_ci_ubuntu_20_04 /*'
15+ - ' .github/docker_files/docker_file_ci_ubuntu_22_04 /*'
1616 - ' .github/workflows/build_docker_images_for_ci.yml'
1717
1818jobs :
2222 steps :
2323 - uses : actions/checkout@v2
2424 - name : Build the Docker image
25- run : docker build . --file .github/docker_files/docker_file_ci_ubuntu_20_04 /DockerFile --tag kratosmultiphysics/co-sim-io-image-ci-ubuntu-20 -04
25+ run : docker build . --file .github/docker_files/docker_file_ci_ubuntu_22_04 /DockerFile --tag kratosmultiphysics/co-sim-io-image-ci-ubuntu-22 -04
2626 - name : Docker Login
2727 uses : azure/docker-login@v1
2828 with :
3131 - name : Publish the Docker image
3232 if : ${{ github.event_name == 'push'}}
3333 # only push the new image when the changes are merged to master
34- run : docker push kratosmultiphysics/co-sim-io-image-ci-ubuntu-20 -04
34+ run : docker push kratosmultiphysics/co-sim-io-image-ci-ubuntu-22 -04
You can’t perform that action at this time.
0 commit comments