mirror of https://github.com/portainer/portainer
fix(image): better URL info text and a link to documentation to build image [EE-2409] (#7641)
* URL info text and a link to documentation to build imagepull/7710/head
parent
1950c4ca2b
commit
d3f094cb18
|
@ -183,9 +183,10 @@
|
||||||
<div ng-show="state.BuildType === 'url'">
|
<div ng-show="state.BuildType === 'url'">
|
||||||
<div class="col-sm-12 form-section-title"> URL </div>
|
<div class="col-sm-12 form-section-title"> URL </div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<span class="col-sm-12 text-muted small">
|
<span class="col-sm-12 text-muted small vertical-center">
|
||||||
Specify the URL to a Dockerfile, a tarball or a public Git repository (suffixed by <b>.git</b>). When using a tarball or a Git repository URL, the root folder
|
<pr-icon icon="'info'" mode="'primary'" feather="true"></pr-icon>
|
||||||
will be used as the build context.
|
Specify the URL to a Dockerfile, a tarball or a public Git repository (suffixed by <b>.git</b>). When using a Git repository URL, build contexts can be
|
||||||
|
specified as in the <a href="https://docs.docker.com/engine/reference/commandline/build/#git-repositories">Docker documentation.</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -201,7 +202,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<span class="col-sm-12 text-muted small"> Indicate the path to the Dockerfile within the tarball/repository (ignored when using a Dockerfile). </span>
|
<span class="col-sm-12 text-muted small vertical-center">
|
||||||
|
<pr-icon icon="'info'" mode="'primary'" feather="true"></pr-icon>
|
||||||
|
Indicate the path to the Dockerfile within the tarball/repository (ignored when using a Dockerfile).
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="image_path" class="col-sm-2 control-label text-left">Dockerfile path</label>
|
<label for="image_path" class="col-sm-2 control-label text-left">Dockerfile path</label>
|
||||||
|
|
Loading…
Reference in New Issue