-
Notifications
You must be signed in to change notification settings - Fork 2
/
appimage-x86_64-base.yml
42 lines (40 loc) · 1.09 KB
/
appimage-x86_64-base.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
resources:
- name: docker-openscad.git
type: git
icon: github
source:
uri: https://github.com/openscad/docker-openscad.git
- name: appimage-x86_64-base
type: registry-image
icon: docker
source:
repository: openscad/appimage-x86_64-base
tag: latest
username: ((dockerhub-username))
password: ((dockerhub-password))
jobs:
- name: build
public: true
plan:
- get: docker-openscad.git
- task: build-image
privileged: true
config:
platform: linux
image_resource:
type: registry-image
source:
# Check out the README for oci-build-task at
# https://github.com/concourse/oci-build-task
repository: concourse/oci-build-task
inputs:
- name: docker-openscad.git
outputs:
- name: image
params:
CONTEXT: docker-openscad.git/appimage/appimage-x86_64-base
run:
path: build
- put: appimage-x86_64-base
params:
image: image/image.tar