8000 Create an official, Automated Build image on Docker Hub · Issue #63 · dataux/dataux · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Create an official, Automated Build image on Docker Hub #63
Open
@pataquets

Description

@pataquets

Docker Hub allows you to create Automated Builds from source: https://docs.docker.com/docker-hub/builds/
It would add another packaging/distribution/installation method, whose buildings would be triggered automatically on each commit. It also allows to create different image tags from git tags & branches.
Also, documentation could easily include a canonical docker run statement to quickly spin up a Dataux instance with just a single command.

By making the image build via an AB, you give the resulting image verifiability and auditability. Also, the build is fully automatic. You can have the latest image tag build from HEAD and individual image tags from git's release tags.
Some people avoid non-verifiable (manually uploaded) images due to security & traceability reasons.

Docker search command clearly displays AB when listing images (mine is shown):

$ docker search dataux
NAME                      DESCRIPTION     STARS     OFFICIAL   AUTOMATED
pataquets/dataux          dataux          0                    [OK]

Just a free Docker Hub account and a quick setup would do. Ping me if you need help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0