Skip to content
This repository was archived by the owner on Jul 12, 2018. It is now read-only.
This repository was archived by the owner on Jul 12, 2018. It is now read-only.

Tagging build issues #10

@clemtibs

Description

@clemtibs

I can't get the tagging option to work when I build images.

hub: &hub
  image: "radial/hub-base:latest"
  detach: true
  name: hub
  restart: always
  volumes-from:
    - logs
    - cache

hubDynamic:
  <<: *hub
  volumes:
    - /config
    - /data
    - /run

hubStatic:
  <<: *hub

Building "hubStatic from a different directory I run:
fugu build --path hub/ hubStatic --tag="hub"

But this names the resulting image the same as the source:

docker build --tag="radial/axle-base:latest" hub/

So I thought about ordering? Thinking that fugu had it's own --tag option...

○ fugu build --path hub/ --tag="hub" hubStatic
docker build hub/

no dice. What you think? Where does that --tag option go?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions