Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)
Select all that apply, then click Submit answer.
-
○
Executable applications such as .exe files or .jar packages.
-
○
Copies of the contents of source code repositories.
-
○
Build configuration files such as Makefiles or Maven configurations.
-
○
Compiled packages to be installed by a Linux package manager.
-
○
Docker container images which contain an application.