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

Provide ptah-server docker image labels #69

Closed
bohdan-shulha opened this issue Jul 8, 2024 · 0 comments
Closed

Provide ptah-server docker image labels #69

bohdan-shulha opened this issue Jul 8, 2024 · 0 comments
Labels
feat New feature or request good first issue Good for newcomers
Milestone

Comments

@bohdan-shulha
Copy link
Contributor

Currently all the images are pre-filled by the base image.

            "Image": "ghcr.io/ptah-sh/ptah-server:v0.10.5",
            "Volumes": null,
            "WorkingDir": "/app",
            "Entrypoint": [
                "sh",
                "-c"
            ],
            "OnBuild": null,
            "Labels": {
                "com.docker.swarm.node.id": "noev1szgz4tgkk0ykgksqt2sd",
                "com.docker.swarm.service.id": "jg8nvpq59efc1alcx8yedy2st",
                "com.docker.swarm.service.name": "svc_3_ptah_server_prod_svc_wkr_queue",
                "com.docker.swarm.task": "",
                "com.docker.swarm.task.id": "5pt05bmakepero06dephvrd6h",
                "com.docker.swarm.task.name": "svc_3_ptah_server_prod_svc_wkr_queue.1.5pt05bmakepero06dephvrd6h",
                "org.opencontainers.image.created": "2024-07-05T04:02:08Z",
                "org.opencontainers.image.description": "The modern PHP app server",
                "org.opencontainers.image.licenses": "MIT",
                "org.opencontainers.image.revision": "ae4ebd11f66a344b10f2cd2cbebbca37849ded0d",
                "org.opencontainers.image.source": "https://github.com/dunglas/frankenphp",
                "org.opencontainers.image.title": "FrankenPHP",
                "org.opencontainers.image.url": "https://frankenphp.dev",
                "org.opencontainers.image.vendor": "Kévin Dunglas",
                "org.opencontainers.image.version": "v1.2.1",
                "sh.ptah.deployment.id": "23",
                "sh.ptah.managed": "1",
                "sh.ptah.service.id": "3"
            }
@github-actions github-actions bot added the triage label Jul 8, 2024
@bohdan-shulha bohdan-shulha added this to the MVP milestone Jul 8, 2024
@bohdan-shulha bohdan-shulha modified the milestones: MVP, Post-MVP Jul 27, 2024
@bohdan-shulha bohdan-shulha added feat New feature or request good first issue Good for newcomers and removed triage labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant