mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
add opencontainers label, and run an experiment to see what is required in dockerfile vs github actions
This commit is contained in:
parent
5298a7116b
commit
82f262bfcd
@ -42,7 +42,8 @@ RUN poetry install --without dev
|
|||||||
FROM deployment AS final
|
FROM deployment AS final
|
||||||
|
|
||||||
LABEL source="https://github.com/sartography/spiff-arena"
|
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
|
COPY --from=setup /app /app
|
||||||
|
|
||||||
|
@ -29,8 +29,7 @@ RUN ./bin/build
|
|||||||
# Final image without setup dependencies.
|
# Final image without setup dependencies.
|
||||||
FROM base AS final
|
FROM base AS final
|
||||||
|
|
||||||
LABEL source="https://github.com/sartography/spiff-arena"
|
LABEL org.opencontainers.image.description="Frontend component of SpiffWorkflow, a software development platform for building, running, and monitoring executable diagrams"
|
||||||
LABEL description="Software development platform for building, running, and monitoring executable diagrams"
|
|
||||||
|
|
||||||
# WARNING: On localhost frontend assumes backend is one port lowe.
|
# WARNING: On localhost frontend assumes backend is one port lowe.
|
||||||
ENV PORT0=7001
|
ENV PORT0=7001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user