File tree 4 files changed +12
-2
lines changed
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
include LICENSE
2
2
include README.md
3
3
include CHANGES.md
4
+ include cultcargo/stimela.conf
4
5
5
6
recursive-include cabs/ *.yml *.yaml
6
7
recursive-include cabs/recipe/ *.yaml *.yml
Original file line number Diff line number Diff line change @@ -321,7 +321,6 @@ def resolve_config_reference(value):
321
321
run (f"docker push { full_image } " , cwd = path )
322
322
if image_version == tag_latest .get (image ):
323
323
run (f"docker push { registry } /{ image } :{ BUNDLE_VERSION } " )
324
-
325
324
progress .update (progress_task , description =
326
325
f"image [bold]{ image } [/bold] [{ i_image } /{ len (imagenames )} ]: tagging latest version" )
327
326
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt-get update && apt-get install apt-utils && \
6
6
apt-get install -y casacore-data casacore-tools python{VERSION}-dev \
7
- python3-pip python3-matplotlib \
7
+ python3-pip python3-pytest python3- matplotlib \
8
8
&& rm -rf /var/lib/apt/lists/* \
9
9
&& rm -rf /var/cache/apt/archives
10
10
Original file line number Diff line number Diff line change
1
+ _include: (.)genesis/cult-cargo-base.yml
2
+
3
+ images:
4
+ default-python:
5
+ _use: vars.cult-cargo.images
6
+ name: python-astro
7
+ default-casa:
8
+ _use: vars.cult-cargo.images
9
+ name: casa
10
+
You can’t perform that action at this time.
0 commit comments