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

Image height is not adjusted when overwriting existing image #35

Closed
Xenira opened this issue Mar 6, 2018 · 1 comment
Closed

Image height is not adjusted when overwriting existing image #35

Xenira opened this issue Mar 6, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@Xenira
Copy link

Xenira commented Mar 6, 2018

Expected behavior: When using the force flag a new image (with new dimensions) is created and overwrites the current image.
Current behavior: The new image is written, but the dimensions are staying the same, causing information to be lost / out of bounds.

Steps to reproduce:

  1. Create image using docker-compose.yml
  2. Edit the docker-compose.yml
  3. Recreate the image using the force option
@jubianchi jubianchi added the bug label Mar 6, 2018
@jubianchi jubianchi self-assigned this Mar 6, 2018
@jubianchi jubianchi added this to the 1.2.0 milestone Mar 6, 2018
@jubianchi
Copy link
Member

I can't reproduce this bug:

  1. Create image using docker-compose.yml

docker-compose

  1. Edit the docker-compose.yml
  1. Recreate the image using the force option

docker-compose

I'm closing it since no one else seems to have experienced this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants