obds-fhir-to-opal (v2.1.0)
Published 2023-11-23 14:29:35 +00:00 by pcvolkmer
Installation
docker pull git.dnpm.dev/public/obds-fhir-to-opal:v2.1.0
sha256:52c5545b37d313d3ec6de42fa87c4b920e220b110d36b1fc291b9d1d3e3ec423
About this package
DIZ in a Box
Image Layers
crane flatten sha256:308643d4f1e51b91bda87efd99238312114b67c12ca6361ad32c066999ca7cf1 |
ENV SPARK_JARS_IVY=/home/spark/.ivy |
WORKDIR /opt/bitnami/spark |
USER 0 |
RUN /bin/bash -o pipefail -c groupadd -g 1001 spark && useradd spark -u 1001 -g spark -m -s /bin/bash # buildkit |
COPY requirements.txt requirements.txt # buildkit |
RUN /bin/bash -o pipefail -c pip install --no-cache-dir -r requirements.txt # buildkit |
USER 1001:1001 |
RUN /bin/bash -o pipefail -c spark-shell -v --conf spark.jars.ivy=${SPARK_JARS_IVY} --packages "org.apache.spark:spark-sql-kafka-0-10_2.12:3.3.2,au.csiro.pathling:library-api:6.2.1,ch.cern.sparkmeasure:spark-measure_2.13:0.21,io.delta:delta-core_2.12:2.3.0" # buildkit |
COPY obds_fhir_to_opal.py obds_fhir_to_opal.py # buildkit |
ENTRYPOINT ["python" "obds_fhir_to_opal.py"] |
Labels
Key | Value |
---|---|
com.vmware.cp.artifact.flavor | sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e |
org.opencontainers.image.base.name | docker.io/bitnami/minideb:bullseye |
org.opencontainers.image.created | 2023-11-22T08:56:25.185Z |
org.opencontainers.image.description | DIZ in a Box |
org.opencontainers.image.licenses | AGPL-3.0 |
org.opencontainers.image.ref.name | 3.3.2-debian-11-r157 |
org.opencontainers.image.revision | 77d4126c1ebab9a1b47f0007628e1db5369ad3d5 |
org.opencontainers.image.source | https://github.com/bzkf/diz-in-a-box |
org.opencontainers.image.title | diz-in-a-box |
org.opencontainers.image.url | https://github.com/bzkf/diz-in-a-box |
org.opencontainers.image.vendor | VMware, Inc. |
org.opencontainers.image.version | v2.1.0 |