Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | e08ae0fbed | 
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # Dockerfile for alpine-builder | # Dockerfile for alpine-builder | ||||||
| # | # | ||||||
| FROM alpine:3.9 | FROM alpine:3.8 | ||||||
| LABEL maintainer "jar3b <hellotan@live.ru>" | LABEL maintainer "jar3b <hellotan@live.ru>" | ||||||
| RUN apk add --no-cache alpine-sdk bash libtool autoconf automake linux-headers sudo git | RUN apk add --no-cache alpine-sdk bash libtool autoconf automake linux-headers sudo git | ||||||
| RUN adduser -D builder \ | RUN adduser -D builder \ | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ Nexus server named `APK_REPO_CRED`. | |||||||
| `.gitlab-ci.yml` | `.gitlab-ci.yml` | ||||||
|  |  | ||||||
| ```yaml | ```yaml | ||||||
| image: jar3b/alpine-builder:3.9 | image: jar3b/alpine-builder:3.8 | ||||||
| stages: | stages: | ||||||
|   - release |   - release | ||||||
|  |  | ||||||
| @@ -42,22 +42,21 @@ stages: | |||||||
|   - build |   - build | ||||||
|  |  | ||||||
| build: | build: | ||||||
|   image: jar3b/alpine-builder:3.9 |   image: jar3b/alpine-builder:3.8 | ||||||
|   stage: build |   stage: build | ||||||
|   variables: |   variables: | ||||||
|     RV: "1.0.1-r1" |     RV: "1.0.1-r1" | ||||||
|   script: |   script: | ||||||
|     - abuild checksum |     - abuild checksum | ||||||
|     - abuild -r |     - abuild -r | ||||||
|     - mkdir dist/ && cp /home/builder/packages/$CI_PROJECT_NAME/x86_64/ dist/ |  | ||||||
|   artifacts: |   artifacts: | ||||||
|     paths: |     paths: | ||||||
|     - dist/ |     - /home/builder/packages/$CI_PROJECT_NAME/x86_64/ | ||||||
| ```  | ```  | ||||||
|  |  | ||||||
| ## Available versions: | ## Available versions: | ||||||
| - 3.5 | - 3.5 | ||||||
| - 3.6 | - 3.6 | ||||||
| - 3.7 | - 3.7 | ||||||
| - 3.8 | - **3.8** | ||||||
| - 3.9 (latest) | - 3.9 (latest) | ||||||
		Reference in New Issue
	
	Block a user