Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: include git version info in container #543

Merged
merged 11 commits into from
Jul 12, 2023
Merged

Conversation

blacha
Copy link
Member

@blacha blacha commented Jul 11, 2023

Switching to the docker container lables gives us a bunch of extra information in all of our containers

from docker inspect ghcr.io/linz/argo-tasks:v2.10.0-14-gec6bfb1

"Env": [
    "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
    "NODE_VERSION=18.16.1",
    "YARN_VERSION=1.22.19",
    "GIT_VERSION=v2.10.0-14-gec6bfb1",
    "GIT_HASH=ec6bfb17e8527856e56b79e00def33ffff6f2907",
    "NODE_ENV=production"
],
"Labels": {
    "org.opencontainers.image.created": "2023-07-12T00:14:32.434Z",
    "org.opencontainers.image.description": "Utility tasks for working with Argo + LINZs AWS accounts",
    "org.opencontainers.image.licenses": "NOASSERTION",
    "org.opencontainers.image.revision": "ec6bfb17e8527856e56b79e00def33ffff6f2907",
    "org.opencontainers.image.source": "https://github.com/linz/argo-tasks",
    "org.opencontainers.image.title": "argo-tasks",
    "org.opencontainers.image.url": "https://github.com/linz/argo-tasks",
    "org.opencontainers.image.version": "v2.10.0-14-gec6bfb1"
}

@blacha blacha marked this pull request as ready for review July 12, 2023 00:45
@blacha blacha requested review from a team as code owners July 12, 2023 00:45
@blacha blacha added this pull request to the merge queue Jul 12, 2023
Merged via the queue into master with commit 5ba6d4c Jul 12, 2023
@blacha blacha deleted the feat/include-git-version branch July 12, 2023 21:20
github-merge-queue bot pushed a commit that referenced this pull request Jul 16, 2023
🤖 I have created a release *beep* *boop*
---


##
[2.11.0](v2.10.0...v2.11.0)
(2023-07-12)


### Features

* ensure collection links are sorted with root as the first link
([#542](#542))
([1fb1ad4](1fb1ad4))
* **group:** add --from-file to work with argo artifacts
([#541](#541))
([83e7420](83e7420))
* **group:** add cli to group input items into set size outputs
([#539](#539))
([171365e](171365e))
* include git version info in container
([#543](#543))
([5ba6d4c](5ba6d4c))


### Bug Fixes

* re-add --include option
([#538](#538))
([248f137](248f137))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants