using inbucket docker image tag release-1.2.0 instead of latest (#8406)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
426796829a
Коммит
46fea093c8
2
Makefile
2
Makefile
@@ -118,7 +118,7 @@ start-docker: ## Starts the docker containers for local development.
|
|||||||
|
|
||||||
@if [ $(shell docker ps -a | grep -ci mattermost-inbucket) -eq 0 ]; then \
|
@if [ $(shell docker ps -a | grep -ci mattermost-inbucket) -eq 0 ]; then \
|
||||||
echo starting mattermost-inbucket; \
|
echo starting mattermost-inbucket; \
|
||||||
docker run --name mattermost-inbucket -p 9000:10080 -p 2500:10025 -d jhillyerd/inbucket:latest > /dev/null; \
|
docker run --name mattermost-inbucket -p 9000:10080 -p 2500:10025 -d jhillyerd/inbucket:release-1.2.0 > /dev/null; \
|
||||||
elif [ $(shell docker ps | grep -ci mattermost-inbucket) -eq 0 ]; then \
|
elif [ $(shell docker ps | grep -ci mattermost-inbucket) -eq 0 ]; then \
|
||||||
echo restarting mattermost-inbucket; \
|
echo restarting mattermost-inbucket; \
|
||||||
docker start mattermost-inbucket > /dev/null; \
|
docker start mattermost-inbucket > /dev/null; \
|
||||||
|
|||||||
2
build/Jenkinsfile
поставляемый
2
build/Jenkinsfile
поставляемый
@@ -31,7 +31,7 @@ podTemplate(label: 'jenkins-slave',
|
|||||||
),
|
),
|
||||||
containerTemplate(
|
containerTemplate(
|
||||||
name: 'mattermost-inbucket',
|
name: 'mattermost-inbucket',
|
||||||
image: 'jhillyerd/inbucket:latest',
|
image: 'jhillyerd/inbucket:release-1.2.0',
|
||||||
resourceRequestCpu: '250m',
|
resourceRequestCpu: '250m',
|
||||||
resourceLimitCpu: '250m',
|
resourceLimitCpu: '250m',
|
||||||
resourceRequestMemory: '256Mi',
|
resourceRequestMemory: '256Mi',
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user