mirror of
				https://gitlab.com/alemaire/buildx.git
				synced 2025-01-17 13:58:19 +00:00 
			
		
		
		
	add pleroma
This commit is contained in:
		| @@ -117,6 +117,17 @@ restic: | |||||||
|     variables: |     variables: | ||||||
|       - $CI_COMMIT_REF_PROTECTED == "true" |       - $CI_COMMIT_REF_PROTECTED == "true" | ||||||
|  |  | ||||||
|  | pleroma: | ||||||
|  |   stage: build | ||||||
|  |   tags: | ||||||
|  |    - docker | ||||||
|  |   script: | ||||||
|  |     - cd pleroma | ||||||
|  |     - make push | ||||||
|  |   only: | ||||||
|  |     variables: | ||||||
|  |       - $CI_COMMIT_REF_PROTECTED == "true" | ||||||
|  |  | ||||||
| .docker_init: &docker_init | | .docker_init: &docker_init | | ||||||
|   if ! docker info &>/dev/null; then |   if ! docker info &>/dev/null; then | ||||||
|     if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then |     if [ -z "${DOCKER_HOST}" -a "${KUBERNETES_PORT}" ]; then | ||||||
|   | |||||||
							
								
								
									
										15
									
								
								pleroma/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								pleroma/Makefile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | |||||||
|  | NAMESPACE=alemairebe | ||||||
|  | include version | ||||||
|  |  | ||||||
|  | IMAGE=pleroma | ||||||
|  |  | ||||||
|  | push: | ||||||
|  |     wget https://git.pleroma.social/pleroma/pleroma/-/archive/$(VERSION)/pleroma-$(VERSION).tar.bz2 | ||||||
|  |     tar -xf pleroma-$(VERSION).tar.bz2 | ||||||
|  |     cd pleroma-$(VERSION) | ||||||
|  | 	docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \ | ||||||
|  |         --build-arg OAUTH_CONSUMER_STRATEGIES="twitter facebook google microsoft keycloak:ueberauth_keycloak_strategy" \ | ||||||
|  |     	--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ | ||||||
|  | 	    --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ | ||||||
|  | 	    --tag ${NAMESPACE}/${IMAGE}:$(VERSION) \ | ||||||
|  | 		--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) . | ||||||
							
								
								
									
										1
									
								
								pleroma/version
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								pleroma/version
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | VERSION=v2.2.1 | ||||||
		Reference in New Issue
	
	Block a user