FROM attribute in the output Dockerfile is the image itself #155
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
help wanted
Extra attention is needed
Describe the bug
When used to get the Dockerfile for gitlab/gitlab-runner:latest, the FROM attribute in the output Dockerfile is gitlab/gitlab-runner:latest and not alpine:3.12.0 as it should be.
To Reproduce
Steps to reproduce the behavior run the following script:
Expected behavior
Expected to see the following:
FROM alpine:3.12.0
Actual behavior
This is the actual output.
Check the first line FROM attribute.
The text was updated successfully, but these errors were encountered: