Skip to content

Commit

Permalink
Merge pull request #44 from epics-containers/restore-24.04
Browse files Browse the repository at this point in the history
restore 24.04 ubuntu
  • Loading branch information
gilesknap authored Feb 24, 2025
2 parents c019a6d + 362b984 commit 6d28ef7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
# EPICS_TARGET_ARCH: the epics cross compile target platform
# note that linux-x86_64 is shortened to linux and is the default
# EPICS_HOST_ARCH: the epics host architecture name
# BASE_IMAGE: can be used to bring in cross compilation tools
# BASE_IMAGE: can be used to bring in cross compilation tools e.g RTEMS BSP

ARG BASE_IMAGE=ubuntu:22.04
ARG RUNTIME_BASE=ubuntu:22.04
# warning - also change .github/workflows/build.yml when changing the base image
ARG BASE_IMAGE=ubuntu:24.04
ARG RUNTIME_BASE=ubuntu:24.04

##### developer stage ##########################################################
FROM ${BASE_IMAGE} AS developer
Expand Down

0 comments on commit 6d28ef7

Please # to comment.