File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 9
9
- run :
10
10
name : Create Docker volumes
11
11
command : |
12
- docker create --name input --volume /home/builder/package alpine:3.6 /bin/true
13
- docker create --name output --volume /packages alpine:3.6 /bin/true
12
+ docker create --name input --volume /home/builder/package alpine:3.7 /bin/true
13
+ docker create --name output --volume /packages alpine:3.7 /bin/true
14
14
docker cp ./APKBUILD input:/home/builder/package
15
15
- run :
16
16
name : Build packages
17
17
command : |
18
18
docker run --env RSA_PRIVATE_KEY="$RSA_PRIVATE_KEY" --env RSA_PRIVATE_KEY_NAME="$CIRCLE_PROJECT_USERNAME.rsa" \
19
- --volumes-from input --volumes-from output $CIRCLE_PROJECT_USERNAME/alpine-abuild:v5
19
+ --volumes-from input --volumes-from output $CIRCLE_PROJECT_USERNAME/alpine-abuild:v6
20
20
- run :
21
21
name : Extract packages
22
22
command : |
59
59
command : |
60
60
ghr -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -delete unreleased packages
61
61
ghr -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease unreleased packages/builder/x86_64
62
- working_directory : ~/alpine-pkg-php5-redis
62
+ working_directory : ~/alpine-pkg-php5-imagick
63
63
release-tag :
64
64
docker :
65
65
- image : golang:alpine
73
73
command : |
74
74
ghr -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG packages
75
75
ghr -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME $CIRCLE_TAG packages/builder/x86_64
76
- working_directory : ~/alpine-pkg-php5-redis
76
+ working_directory : ~/alpine-pkg-php5-imagick
77
77
workflows :
78
78
version : 2
79
79
build-test-release :
Original file line number Diff line number Diff line change 1
1
# alpine-pkg-php5-imagick
2
2
3
+ [ ![ CircleCI] ( https://circleci.com/gh/sgerrand/alpine-pkg-php5-imagick/tree/master.svg?style=svg )] ( https://circleci.com/gh/sgerrand/alpine-pkg-php5-imagick/tree/master )
4
+
3
5
This is the [ PHP5 extension for ImageMagick] [ php-imagick ] as an Alpine Linux package.
4
6
5
7
The package provided by Alpine Linux was removed from theirrepositories in the
6
8
3.6 release. A package for PHP7 is still available there.
7
9
10
+ ## Releases
11
+
12
+ See the [ releases page] ( https://github.com/sgerrand/alpine-pkg-php5-imagick/releases ) for the latest
13
+ download links.
14
+
15
+ ## Installing
16
+
17
+ The current installation method for these packages is to pull them in using
18
+ ` wget ` or ` curl ` and install the local file with ` apk ` :
19
+
20
+ apk --no-cache add ca-certificates wget
21
+ wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-php5-imagick/master/sgerrand.rsa.pub
22
+ wget https://github.com/sgerrand/alpine-pkg-php5-imagick/releases/download/3.4.3-r0/php5-imagick-3.4.3-r0.apk
23
+ apk add php5-imagick-3.4.3-r0.apk
24
+
8
25
[ php-imagick ] : https://pecl.php.net/imagick
You can’t perform that action at this time.
0 commit comments