Skip to content

Commit

Permalink
[swan-cern] Use Alma9 image for side container
Browse files Browse the repository at this point in the history
  • Loading branch information
etejedor committed Nov 26, 2024
1 parent 77f799b commit ffd3fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swan-cern/files/swan_config_cern.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _init_eos_containers(self, eos_secret_name):
pod_spec_containers.append(
V1Container(
name='side-container',
image='gitlab-registry.cern.ch/linuxsupport/cc7-base:20230801-1.x86_64',
image='gitlab-registry.cern.ch/linuxsupport/alma9-base:20240801-1',
command=['/srv/side-container/side_container_tokens_perm.sh'],
args=[
env['USER_ID'],
Expand Down

0 comments on commit ffd3fa7

Please sign in to comment.