Skip to content

Commit

Permalink
Add namespace to our custom image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
godber authored Jul 24, 2024
1 parent 7875c67 commit 1c73201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ LABEL org.opencontainers.image.created="$BUILD_TIMESTAMP" \
org.opencontainers.image.source="https://github.com/terascope/base-docker-image" \
org.opencontainers.image.title="Node-base" \
org.opencontainers.image.vendor="Terascope" \
node_version="$NODE_VERSION" \
kafka_connector_version="1.0.0"
io.terascope.image.node_version="$NODE_VERSION" \
io.terascope.image.kafka_connector_version="1.0.0"

# Use tini to handle sigterm and zombie processes
ENTRYPOINT ["/sbin/tini", "--"]
2 changes: 1 addition & 1 deletion Dockerfile.core
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ LABEL org.opencontainers.image.created="$BUILD_TIMESTAMP" \
org.opencontainers.image.source="https://github.com/terascope/base-docker-image" \
org.opencontainers.image.title="Node-base-core" \
org.opencontainers.image.vendor="Terascope" \
node_version="$NODE_VERSION"
io.terascope.image.node_version="$NODE_VERSION"
# Use tini to handle sigterm and zombie processes
ENTRYPOINT ["/sbin/tini", "--"]

0 comments on commit 1c73201

Please sign in to comment.