Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2271bffa
Commit
2271bffa
authored
Jun 06, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
44be7488
deb0c1db
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
changelogs/unreleased/feature-gb-use-gitlabktl-to-build-serverless-applications.yml
...ure-gb-use-gitlabktl-to-build-serverless-applications.yml
+5
-0
changelogs/unreleased/fix-gb-fix-serverless-apps-deployment-template.yml
...leased/fix-gb-fix-serverless-apps-deployment-template.yml
+5
-0
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
+3
-9
No files found.
changelogs/unreleased/feature-gb-use-gitlabktl-to-build-serverless-applications.yml
0 → 100644
View file @
2271bffa
---
title
:
Use to 'gitlabktl' build serverless applications
merge_request
:
29258
author
:
type
:
added
changelogs/unreleased/fix-gb-fix-serverless-apps-deployment-template.yml
0 → 100644
View file @
2271bffa
---
title
:
Fix serverless apps deployments by bumping 'tm' version
merge_request
:
29254
author
:
type
:
fixed
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
View file @
2271bffa
...
...
@@ -8,19 +8,13 @@ stages:
-
deploy
.serverless:build:image:
variables
:
DOCKERFILE
:
"
Dockerfile"
stage
:
build
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
script
:
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
-
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/$DOCKERFILE --destination $CI_REGISTRY_IMAGE
image
:
registry.gitlab.com/gitlab-org/gitlabktl:latest
script
:
/usr/bin/gitlabktl app build
.serverless:deploy:image:
stage
:
deploy
image
:
gcr.io/triggermesh/tm@sha256:
e3ee74db94d215bd297738d93577481f3e4db38013326c90d57f873df7ab41d5
image
:
gcr.io/triggermesh/tm@sha256:
3cfdd470a66b741004fb02354319d79f1598c70117ce79978d2e07e192bfb336
# v0.0.11
environment
:
development
script
:
-
echo "$CI_REGISTRY_IMAGE"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment