Skip to content

Commit 51a3b71

Browse files
author
Youen Péron
committed
feat(catp): docker image for catp
1 parent 66db6a6 commit 51a3b71

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile.catp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM alpine:3.16.0
2+
COPY /bin/catp /bin/catp
3+

build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ properties:
4242
snapshot: false # If true, do not upload release when publish target is used
4343
dockerfiles: # List of Dockerfiles to build, defined by a map of {key=Dockerfile name ; value=path to build context}, the image name will be determined by the extension of the Dockerfile
4444
Dockerfile: . # Build a file named Dockerfile at the root of the workspace, will produce image name "<DOCKERHUB_USER>/<PROJECT>"
45+
Dockerfile.catp: . # catp
4546
noticefile: "NOTICE.md" # Path and name of the file generated by the license target.
4647
license: # License scanning parameters, see https://github.com/mitchellh/golicense#configuration-file for more info
4748
allow: [] # example: ["MIT", "Apache-2.0"]

0 commit comments

Comments
 (0)