add opencontainers label, and run an experiment to see what is required in dockerfile vs github actions

This commit is contained in:
burnettk 2023-05-13 19:53:50 -04:00
parent 5298a7116b
commit 82f262bfcd
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,8 @@ RUN poetry install --without dev
FROM deployment AS final
LABEL source="https://github.com/sartography/spiff-arena"
LABEL description="Software development platform for building, running, and monitoring executable diagrams"
LABEL description="Backend component of SpiffWorkflow, a software development platform for building, running, and monitoring executable diagrams"
LABEL org.opencontainers.image.description="Backend component of SpiffWorkflow, a software development platform for building, running, and monitoring executable diagrams"
COPY --from=setup /app /app

View File

@ -29,8 +29,7 @@ RUN ./bin/build
# Final image without setup dependencies.
FROM base AS final
LABEL source="https://github.com/sartography/spiff-arena"
LABEL description="Software development platform for building, running, and monitoring executable diagrams"
LABEL org.opencontainers.image.description="Frontend component of SpiffWorkflow, a software development platform for building, running, and monitoring executable diagrams"
# WARNING: On localhost frontend assumes backend is one port lowe.
ENV PORT0=7001