Skip to content

Commit

Permalink
base: update to Debian 12.
Browse files Browse the repository at this point in the history
And update relevant package versions.
  • Loading branch information
ericonr committed Oct 31, 2024
1 parent f125f06 commit 9d34ff2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DEBIAN_VERSION=11.9
ARG DEBIAN_VERSION=12.7

FROM ghcr.io/cnpem/lnls-debian-11-epics-7:v0.12.0-dev AS build-image

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ image should be tagged as `latest`, `:${TAG}` can simply be omitted.
### areaDetector IOCs

`areaDetector` IOCs must be built with target `dynamic-link`. In addition, they
must include `libxml2` and `libtiff5` in the `RUNTIME_PACKAGES`, as they are
must include `libxml2` and `libtiff6` in the `RUNTIME_PACKAGES`, as they are
not built in `ADSupport`.

### Pmac IOCs
Expand Down
2 changes: 1 addition & 1 deletion base/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEBIAN_VERSION=11.9
DEBIAN_VERSION=12.7
ALPINE_VERSION=3.20.3

EPICS7_BASE_VERSION=7.0.8.1
Expand Down
2 changes: 1 addition & 1 deletion images/docker-compose-opcua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ services:
args:
REPONAME: opcua
RUNDIR: /opt/epics/modules/opcua/iocBoot/iocUaDemoServer
RUNTIME_PACKAGES: libxml2 libssl1.1
RUNTIME_PACKAGES: libxml2 libssl3

0 comments on commit 9d34ff2

Please sign in to comment.