@@ -14,7 +14,7 @@ just using next bash pattern:
14
14
15
15
``` bash
16
16
# WFEXS_VER can be either a branch, a tag or a commit hash
17
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
17
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
18
18
19
19
# Alternatively, you can use local copy
20
20
WFEXS_VER=$( git rev-parse HEAD)
@@ -29,7 +29,7 @@ a local copy of the recipe, and next command line from the project root will hel
29
29
30
30
``` bash
31
31
# WFEXS_VER can be either a branch, a tag or a commit hash
32
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
32
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
33
33
34
34
# Alternatively, you can use local copy
35
35
WFEXS_VER=$( git rev-parse HEAD)
@@ -54,7 +54,7 @@ just using next bash pattern:
54
54
55
55
``` bash
56
56
# WFEXS_VER can be either a branch, a tag or a commit hash
57
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
57
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
58
58
59
59
# Alternatively, you can use local copy
60
60
WFEXS_VER=$( git rev-parse HEAD)
@@ -70,7 +70,7 @@ a local copy of the recipe, and next command line from the project root will hel
70
70
71
71
``` bash
72
72
# WFEXS_VER can be either a branch, a tag or a commit hash
73
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
73
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
74
74
75
75
# Alternatively, you can use local copy
76
76
WFEXS_VER=$( git rev-parse HEAD)
@@ -95,7 +95,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
95
95
96
96
``` bash
97
97
# WFEXS_VER can be either a branch, a tag or a commit hash
98
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
98
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
99
99
mkdir WfExS_SIF_build
100
100
cd WfExS_SIF_build
101
101
curl -O https://raw.githubusercontent.com/inab/WfExS-backend/${WFEXS_VER} /container_recipes/Singularity.def
@@ -106,7 +106,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
106
106
107
107
``` bash
108
108
# WFEXS_VER can be either a branch, a tag or a commit hash
109
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
109
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
110
110
111
111
# Alternatively, you can use local copy
112
112
WFEXS_VER=$( git rev-parse HEAD)
@@ -122,7 +122,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
122
122
123
123
``` bash
124
124
# Remember to use the correct tag!!!
125
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
125
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
126
126
singularity build wfexs-${WFEXS_VER} .sif docker-daemon://inab/wfexs-backend:${WFEXS_VER}
127
127
```
128
128
@@ -139,7 +139,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
139
139
cd WfExS_SIF_build
140
140
141
141
# Remember to use the correct tag!!!
142
- WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
142
+ WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
143
143
144
144
# Next command should be used if you used podman to build the local image
145
145
podman save -o wfexs-backend-${WFEXS_VER} .tar inab/wfexs-backend:${WFEXS_VER}
0 commit comments