[
https://issues.jboss.org/browse/MODCLUSTER-689?page=com.atlassian.jira.pl...
]
Radoslav Husar updated MODCLUSTER-689:
--------------------------------------
Description:
The goal is to perform release after {{mvn release:prepare}} with a single run of:
{noformat}
export JBOSS_USERNAME=username
export JBOSS_PASSWORD=password
docker build --build-arg TAG=1.3.7.Final --build-arg JBOSS_USERNAME --build-arg
JBOSS_PASSWORD .
{noformat}
in a containerized secure untainted reproducible fashion.
was:
The goal is to perform release after {{mvn release:prepare}} with a single run of:
{{docker build . --build-arg TAG=1.4.0.Final}}
in a containerized secure untainted reproducible fashion.
Reproducible containerized builds
---------------------------------
Key: MODCLUSTER-689
URL:
https://issues.jboss.org/browse/MODCLUSTER-689
Project: mod_cluster
Issue Type: Task
Components: CI & Packaging
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Major
The goal is to perform release after {{mvn release:prepare}} with a single run of:
{noformat}
export JBOSS_USERNAME=username
export JBOSS_PASSWORD=password
docker build --build-arg TAG=1.3.7.Final --build-arg JBOSS_USERNAME --build-arg
JBOSS_PASSWORD .
{noformat}
in a containerized secure untainted reproducible fashion.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)