@@ -140,5 +140,19 @@ LABEL posit.r.version="${R_VERSION}" \
140
140
posit.python.version_alt="${PYTHON_VERSION_ALT}" \
141
141
posit.tini.version="${TINI_VERSION}" \
142
142
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
143
157
144
158
ENTRYPOINT ["/tini", "--"]
0 commit comments