diff --git a/spiffworkflow-backend/Dockerfile b/spiffworkflow-backend/Dockerfile index f42b8a5b..5957709c 100644 --- a/spiffworkflow-backend/Dockerfile +++ b/spiffworkflow-backend/Dockerfile @@ -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 diff --git a/spiffworkflow-frontend/Dockerfile b/spiffworkflow-frontend/Dockerfile index 65350374..92c98f91 100644 --- a/spiffworkflow-frontend/Dockerfile +++ b/spiffworkflow-frontend/Dockerfile @@ -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