[
https://issues.apache.org/jira/browse/KNOX-3256?focusedWorklogId=1021593&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1021593
]
ASF GitHub Bot logged work on KNOX-3256:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/26 20:31
Start Date: 21/May/26 20:31
Worklog Time Spent: 10m
Work Description: smolnar82 commented on code in PR #1239:
URL: https://github.com/apache/knox/pull/1239#discussion_r3284150306
##########
.github/workflows/compose/docker-compose.yml:
##########
@@ -8,32 +8,23 @@
# http://www.apache.org/licenses/LICENSE-2.0
# <p>
# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations under
-# the License.
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
services:
knox-dev:
build:
- context: ../build
- dockerfile: Dockerfile
- image: apache/knox-dev:master
-
- knox-dev-local:
- build:
- context: ../build
- dockerfile: Dockerfile.local
- args:
- knoxurl: ${knoxurl:-https://github.com/apache/knox.git}
- branch: ${branch:-master}
+ context: ../../../
Review Comment:
Fixed.
Issue Time Tracking
-------------------
Worklog Id: (was: 1021593)
Time Spent: 40m (was: 0.5h)
> Unecessary knox-dev:master image build during integration tests
> ---------------------------------------------------------------
>
> Key: KNOX-3256
> URL: https://issues.apache.org/jira/browse/KNOX-3256
> Project: Apache Knox
> Issue Type: Improvement
> Components: Tests
> Affects Versions: 2.1.0
> Reporter: Tamás Hanicz
> Assignee: Sandor Molnar
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> knox-dev:master image build might be unnecessary during integration tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)