Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F37030263
D276.1770067696.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D276.1770067696.diff
View Options
diff --git a/lilybuild/lilybuild/podman_helper.py b/lilybuild/lilybuild/podman_helper.py
--- a/lilybuild/lilybuild/podman_helper.py
+++ b/lilybuild/lilybuild/podman_helper.py
@@ -131,6 +131,7 @@
res = self.verbose_run([
'podman', 'run', '--rm', '-d', '--name', container_name,
+ '--pull=always',
f'--mount=type=volume,source={work_volname},destination={self.work_vol_mount_dir}',
f'--mount=type=volume,source={script_volname},destination={self.script_vol_mount_dir}',
f'--pod={pod}',
@@ -313,6 +314,7 @@
cmd_args += service['command']
res = self.verbose_run([
'podman', 'run', '-d', '--label', 'lilybuild=job-service',
+ '--pull=always',
f'--env-file={self.env_filename}',
f'--network={self.service_network_id}',
] + [
@@ -364,6 +366,7 @@
start_process = self.verbose_run([
'podman', 'run', '-d',
+ '--pull=always',
f'--mount=type=volume,source={work_volname},destination={self.work_vol_mount_dir}',
f'--mount=type=volume,source={script_volname},destination={self.script_vol_mount_dir}',
f'--env-file={self.env_filename}',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 1:28 PM (5 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1048370
Default Alt Text
D276.1770067696.diff (1 KB)
Attached To
Mode
D276: Use --pull=always to run containers
Attached
Detach File
Event Timeline
Log In to Comment