Skip to content
Snippets Groups Projects
Commit cc2534e6 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

CI: Add build instructions for docker

parent cec9660d
No related branches found
No related tags found
No related merge requests found
Pipeline #20889 passed
......@@ -7,6 +7,16 @@
submodule (see .gitmodules) must contain a generic pom.xml file to enable
pomless builds. Please see https://git.fortiss.org/af3/af3.git for an example
of such a pom file.
* docker
Contains the build specification for the docker container used in the CI Jobs.
Build & Update instructions:
* Clone the repository.
* Navigate to the cloned directory in a UNIX shell and apply the following
commands.
* `docker login git.fortiss.org:5001 -u <USERNAME>`
* `docker build -t git.fortiss.org:5001/af3/maven-releng docker/`
* Delete the outdated 'af3/maven-releng' container
* `docker push -t git.fortiss.org:5001/af3/maven-releng`
* features
Holds the feature descriptions that compose a product. Each source bundle must
be listed here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment