File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.1.7-experimental
2
- ARG RUNE_TAG="v1.0.6"
3
2
4
3
# ############################################
5
4
# Tox testsuite for multiple python version #
@@ -22,6 +21,7 @@ RUN export RESOLVED_VERSIONS=`pyenv_resolve $PYTHON_VERSIONS` \
22
21
# Base builder image #
23
22
# #####################
24
23
FROM python:3.11-bookworm as builder_base
24
+ ARG RUNE_TAG="v1.0.6"
25
25
26
26
ENV \
27
27
# locale
@@ -75,7 +75,8 @@ RUN --mount=type=ssh pip3 install wheel virtualenv \
75
75
76
76
# Add rune instructions
77
77
RUN mkdir -p /opt/templates \
78
- && curl -L https://github.com/pvarki/rune-fake-metadata/releases/download/$RUNE_TAG/rune.json -o /opt/templates/rune-fake.json
78
+ && curl -L https://github.com/pvarki/rune-fake-metadata/releases/download/${RUNE_TAG}/rune.json -o /opt/templates/rune-fake.json \
79
+ && ls -lah /opt/templates/rune-fake.json
79
80
80
81
# ###################################
81
82
# Base stage for production builds #
You can’t perform that action at this time.
0 commit comments