Skip to content

Commit ebd9578

Browse files
authored
Merge pull request #1670 from todor-ivanov/WMAgent_Upgrade_OracleLibs_Removelibioworarround_fix-12395
Upgrade Oracle client for wmagent
2 parents 02f1725 + a9dd490 commit ebd9578

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docker/pypi/wmagent-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.cern.ch/cmsweb/oracle:21_5-stable as oracle
1+
FROM registry.cern.ch/cmsweb/oracle:23_9-go1.25-oci8-deb13-aio-stable as oracle
22
FROM registry.cern.ch/cmsweb/dmwm-base:pypi-20250905-stable
33

44
# see https://docs.docker.com/build/building/best-practices/#apt-get

docker/pypi/wmagent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile-upstream:master
2-
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20250905-stable
2+
FROM registry.cern.ch/cmsweb/wmagent-base:pypi-20251008-stable
33
MAINTAINER Valentin Kuznetsov [email protected]
44

55
# TAG to be passed at build time through `--build-arg TAG=<WMA_TAG>`. Default: None

docker/pypi/wmagent/wmagent-docker-run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,3 @@ docker exec -u root -it wmagent cp /etc/s-nail_host.rc /etc/s-nail.rc
178178
docker exec -u root -it wmagent sh -c "printf 'set v15-compat\nset smtp-auth=none\nset mta=smtp://127.0.0.1:25' >> /etc/s-nail.rc"
179179
# Change mail to use s-nail
180180
docker exec -u root -it wmagent update-alternatives --install /usr/bin/mailx mailx /usr/bin/s-nail 50 --slave /usr/bin/mail mail /usr/bin/s-nail
181-
182-
# Workaround for libaio1 package renamed in Debian trixie
183-
docker exec -u root -it wmagent ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64.0.2 /usr/lib/x86_64-linux-gnu/libaio.so.1

0 commit comments

Comments
 (0)