Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6d8969318721d082b40bf9d3cebb9c2b53ab09ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
# Copyright (c) 2014, 2015 Red Hat.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Red Hat - Initial Contribution
###############################################################################

BuildImageJob.title=Building Docker Image
BuildImageError.msg=Error while building Docker Image
SkipEmptydockerfile.msg=Skipping empty Docker build file.
RetrieveImageHierarchyJob.title=Retrieving Docker Image hierarchy

Back to the top