Skip to content

Dockerfile: add LABELs#14

Merged
macmacal merged 4 commits intodevelfrom
feature/add_labels
Aug 27, 2025
Merged

Dockerfile: add LABELs#14
macmacal merged 4 commits intodevelfrom
feature/add_labels

Conversation

@macmacal
Copy link
Contributor

@macmacal macmacal commented Aug 27, 2025

Description

  • Adds 2 LABELs for container images, to provide minimal build information metadata:

    • aegis.ros.distro (currently humble)
    • aegis.ros.tag
  • Adds example how to build, push and pull the container image to the container registry.

Already existing images LABELs can be check with this command:

export REGISTRY_HOSTNAME=localhost
export AEGIS_CONTAINER_VERSION=latest
podman image inspect --format='{{json .Config.Labels}}' ${REGISTRY_HOSTNAME}/ceai/aegis:${AEGIS_CONTAINER_VERSION}

Motivation and context

  • First aegis_docker release

How has this been tested?

  • Manually on geonosis and galen.

Checklist

  • All TODOs in the code have been resolved or linked to a proper issue.
  • Code has been (auto)formatted.
  • Documentation (e.g., README, CHANGELOG, Wiki) has been updated.
  • All automated checks have passed.

Clickup task: 869a6munq

@macmacal macmacal added the enhancement New feature or request label Aug 27, 2025
@macmacal macmacal merged commit 0bd3ea4 into devel Aug 27, 2025
1 check passed
@macmacal macmacal deleted the feature/add_labels branch August 27, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant