Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2732 Add search enterprise metadata image Dockerfile #1

Merged
merged 65 commits into from
Jul 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
4ac6602
OPSEXP-2732 Add search enterprise metadata image Dockerfile
pmacius Jul 15, 2024
8678055
add readme
pmacius Jul 15, 2024
2c78b22
test
pmacius Jul 15, 2024
4b3b7e5
fix
pmacius Jul 15, 2024
04939c9
test
pmacius Jul 15, 2024
7ed2fe6
:)
pmacius Jul 15, 2024
1583c78
another spelling
pmacius Jul 15, 2024
8adfde9
test
pmacius Jul 15, 2024
74b7624
login to quay
pmacius Jul 15, 2024
50453c6
fix
pmacius Jul 15, 2024
efeddc2
fix
pmacius Jul 15, 2024
d777677
fix names
pmacius Jul 15, 2024
23eb5c9
test
pmacius Jul 15, 2024
3554ea5
test with custom run and dump
pmacius Jul 15, 2024
3b8766a
try cmd
pmacius Jul 15, 2024
4dc9521
try cmd
pmacius Jul 15, 2024
536ca18
test
pmacius Jul 15, 2024
623a2b3
fix
pmacius Jul 15, 2024
d325281
fix
pmacius Jul 15, 2024
6a47187
add pre-commit
pmacius Jul 15, 2024
a890166
test
pmacius Jul 15, 2024
a679d32
copy instead of add
pmacius Jul 15, 2024
4735659
debug
pmacius Jul 15, 2024
4df4fff
debug
pmacius Jul 15, 2024
7683138
test
pmacius Jul 15, 2024
2e60347
test with add
pmacius Jul 15, 2024
6a80130
test
pmacius Jul 15, 2024
c07505a
test
pmacius Jul 15, 2024
106f812
test
pmacius Jul 16, 2024
c86ab51
test
pmacius Jul 16, 2024
787ea7d
test
pmacius Jul 16, 2024
adb412c
try
pmacius Jul 16, 2024
b9d65b3
test
pmacius Jul 16, 2024
5074891
try another checkout
pmacius Jul 16, 2024
21cd9ee
test
pmacius Jul 16, 2024
502c4e4
test
pmacius Jul 16, 2024
efc49f7
wait for logs
pmacius Jul 16, 2024
b32f41e
test
pmacius Jul 16, 2024
e4182c0
add docker file
pmacius Jul 16, 2024
0f3f84c
image name fix
pmacius Jul 16, 2024
e1100ef
add uploading and downloading the images as a tar
pmacius Jul 16, 2024
0e9bc34
test
pmacius Jul 16, 2024
a585bb2
show available images
pmacius Jul 16, 2024
64cc380
test workflow
pmacius Jul 16, 2024
4b185e1
test dafult behavior
pmacius Jul 16, 2024
d5d58d2
revert
pmacius Jul 16, 2024
baedf11
dump container logs at the end of docker compose
pmacius Jul 16, 2024
1a2e489
hash github actions
pmacius Jul 16, 2024
74f1edf
add upstream image for alfresco
pmacius Jul 16, 2024
398e434
add share
pmacius Jul 16, 2024
fafb2c6
add whole docker compose with custom image
pmacius Jul 16, 2024
b1e3502
remove dearch componetns
pmacius Jul 16, 2024
68f1fba
test postman
pmacius Jul 16, 2024
eefaa55
compose in directory due to cd command in action
pmacius Jul 16, 2024
d0db7c2
fix
pmacius Jul 16, 2024
5ab3e7f
add search
pmacius Jul 16, 2024
25a2003
temporarly remove 01 ACS-basic-auth / search-api-validation
pmacius Jul 16, 2024
267fe06
add healthcheck for metadata
pmacius Jul 16, 2024
432ac70
review
pmacius Jul 17, 2024
78b1510
empty java
pmacius Jul 17, 2024
04afe5d
empty java
pmacius Jul 17, 2024
55a66cd
review
pmacius Jul 17, 2024
8c25b28
review
pmacius Jul 17, 2024
305ff04
review
pmacius Jul 17, 2024
2536a86
move the healthcheck to Dockerfile
pmacius Jul 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add upstream image for alfresco
  • Loading branch information
pmacius committed Jul 16, 2024
commit 74f1edfdaab02c2053cf81f4270b30647e1d63f3
42 changes: 42 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
version: "2"
services:
alfresco:
image: quay.io/alfresco/alfresco-content-repository:23.2.1
mem_limit: 1900m
environment:
JAVA_TOOL_OPTIONS: >-
-Dencryption.keystore.type=JCEKS
-Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding
-Dencryption.keyAlgorithm=DESede
-Dencryption.keystore.location=/usr/local/tomcat/shared/classes/alfresco/extension/keystore/keystore
-Dmetadata-keystore.password=mp6yc0UD9e
-Dmetadata-keystore.aliases=metadata
-Dmetadata-keystore.metadata.password=oKIWzVdEdA
-Dmetadata-keystore.metadata.algorithm=DESede
JAVA_OPTS: >-
-Ddb.driver=org.postgresql.Driver
-Ddb.username=alfresco
-Ddb.password=alfresco
-Ddb.url=jdbc:postgresql://postgres:5432/alfresco
-Dindex.subsystem.name=elasticsearch
-Delasticsearch.createIndexIfNotExists=true
-Delasticsearch.host=elasticsearch
-Delasticsearch.port=9200
-Dshare.host=127.0.0.1
-Dshare.port=8080
-Dalfresco.host=localhost
-Dalfresco.port=8080
-Dcsrf.filter.enabled=false
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
-Dmessaging.broker.url="failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true"
-Ddeployment.method=DOCKER_COMPOSE
-XX:MinRAMPercentage=50
-XX:MaxRAMPercentage=80
postgres:
image: postgres:14.4
mem_limit: 512m
environment:
- POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco
- POSTGRES_DB=alfresco
command: postgres -c max_connections=300 -c log_min_messages=LOG
ports:
- "5432:5432"
activemq:
image: alfresco/alfresco-activemq:5.18-jre17-rockylinux8
mem_limit: 1g
Expand Down
Loading