Build types: release -vs- dev #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hustle free project development hinges on an ability of performing quick and efficient tests and delivering useful artifacts. Thus each iteration cycle of active search / development is facilitated by publishing a release which in it essence marks milestone achievement.
By default the
build
stage should build current (locally cloned) version of a project delivered in a form of a locally stored docker image. Which is used solely for the purpose of development iteration and testing.While
publish
stage has to fetch latest tag and use it as a target version of a source code to run the build process against. Obviously, the tag should exist prior to the release preparation procedure. Than it should publish the resulting build to the docker hub.Dockerfile
COPY
vsADD
: