indigo-dc / jenkins-pipeline-library

Jenkins pipeline library with common functionalities for CI/CD environments, mainly targeted for the implementation of the SQA baseline requirements from https://indigo-dc.github.io/sqa-baseline/
Apache License 2.0
11 stars 6 forks source link

Dockerfile is required for pushing Docker images to registry #139

Closed orviz closed 3 years ago

orviz commented 3 years ago

The documentation does not clearly state the fact that a Dockerfile, pointed by defining the build section in the docker-compose.yml, is always required in order to successfully push a Docker image to the selected registry.

samuelbernardolip commented 3 years ago

Fixed by issue #149