We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4f04e commit b89a40fCopy full SHA for b89a40f
screwdriver.yaml
@@ -1,12 +1,13 @@
1
# inherit. In our example, we state that all our Jobs will use the same Docker
2
# container for building in.
3
-#shared:
+shared:
4
# Docker image to use as the desired build container. This typically takes the
5
# form of "repo_name". Alternatively, you can define the image as
6
# "repo_name:tag_label".
7
#
8
# (Source: https://hub.docker.com/r/library/buildpack-deps/)
9
#image: maven:3.8.5-openjdk-17-slim
10
+ image: buildpack-deps
11
12
# Job definition block
13
# "main" is a default job that all pipelines have
0 commit comments