Skip to content

Commit c7e513d

Browse files
committed
propose new labels and data format
1 parent ff278db commit c7e513d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

product/base/Dockerfile.ubuntu1804

+14
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,19 @@ LABEL posit.r.version="${R_VERSION}" \
140140
posit.python.version_alt="${PYTHON_VERSION_ALT}" \
141141
posit.tini.version="${TINI_VERSION}" \
142142
posit.quarto.version="${QUARTO_VERSION}"
143+
LABEL org.opencontainers.image.source = "https://github.com/rstudio/rstudio-docker-products" \
144+
org.opencontainers.image.description='A product base image designed to run Posit Professional Products' \
145+
org.opencontainers.image.title='Posit Product Base Image' \
146+
org.opencontainers.image.version='v1' \
147+
org.opencontainers.image.url='https://www.posit.co/' \
148+
posit.os='ubuntu1804' \
149+
posit.quarto.versions=[{"version": "${QUARTO_VERSION}", "path": "/opt/quarto/${QUARTO_VERSION}", "label": "quarto-${QUARTO_VERSION}"}] \
150+
posit.quarto.included=true \
151+
posit.python.versions=[{"version": "${PYTHON_VERSION}", "path": "/opt/python/${PYTHON_VERSION}", "label": "python-${PYTHON_VERISON}"}, {"version": "${PYTHON_VERSION_ALT}", "path": "/opt/python/${PYTHON_VERSION_ALT}", "label": "python-${PYTHON_VERSION_ALT}"}] \
152+
posit.python.included=true
153+
posit.r.versions=[{"version": "${R_VERSION}", "path": "/opt/R/${R_VERSION}", "label": "R-${R_VERSION}"}, {"version": "${R_VERSION_ALT}", "path": "/opt/R/${R_VERSION_ALT}", "label": "R-${R_VERSION_ALT}"}] \
154+
posit.r.included=true \
155+
posit.tini.versions=[{"version": "${TINI_VERSION}", "path": "/tini", "label": "tini"}] \
156+
posit.tini.included=true
143157

144158
ENTRYPOINT ["/tini", "--"]

0 commit comments

Comments
 (0)