Skip to content

Docker Compose - import Tar #219

@bevin0708

Description

@bevin0708

Tell us about your request
Provide a facility to import saved images from tar files in a docker compose, similar to Dockerfile.

Which service(s) is this request for?
Docker Compose

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We receive an image from vendor as tar file that needs to be uploaded to a repository, we initially load it locally using Docker Compose for partially automated testing. Having the image would simplify our workflow

Are you currently working around the issue?
Since we have some MacOS and Windows machine, we have two shell scripts to upload the tar before starting automated testing

Additional context
services:
server:
container_name: server
image:
build:
import: server.tar

Metadata

Metadata

Assignees

No one assigned

    Labels

    community_newNew idea raised by a community contributorcomposeImprovements to Docker Compose

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions