This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rafal@MacBookPro openmrs-distro-referenceapplication % docker compose up | |
WARN[0000] /Users/rafal/workspace/openmrs-distro-referenceapplication/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion | |
WARN[0000] /Users/rafal/workspace/openmrs-distro-referenceapplication/docker-compose.override.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion | |
Attaching to backend-1, db-1, frontend-1, gateway-1 | |
db-1 | 2025-09-30 09:42:34+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.7+maria~ubu2204 started. | |
db-1 | 2025-09-30 09:42:34+00:00 [Warn] [Entrypoint]: /sys/fs/cgroup///memory.pressure not writable, functionality unavailable to MariaDB | |
db-1 | 2025-09-30 09:42:34+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' | |
db-1 | 2025-09-30 09:42:34+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.7+maria~ubu2204 started. | |
backend-1 | Initiati |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"XmlDocument" : { | |
"jsonType" : "io.atlasmap.xml.v2.XmlDocument", | |
"fields" : { | |
"field" : [ { | |
"jsonType" : "io.atlasmap.xml.v2.XmlComplexType", | |
"path" : "/tns:Observation", | |
"fieldType" : "COMPLEX", | |
"name" : "tns:Observation", | |
"xmlFields" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"XmlDocument":{"jsonType":"io.atlasmap.xml.v2.XmlDocument","fields":{"field":[{"jsonType":"io.atlasmap.xml.v2.XmlComplexType","path":"/tns:Transaction","fieldType":"COMPLEX","name":"tns:Transaction","xmlFields":{"xmlField":[{"jsonType":"io.atlasmap.xml.v2.XmlComplexType","path":"/tns:Transaction//tns:Observation","fieldType":"COMPLEX","name":"tns:Observation","xmlFields":{"xmlField":[{"jsonType":"io.atlasmap.xml.v2.XmlComplexType","path":"/tns:Transaction//tns:Observation/tns:id","fieldType":"COMPLEX","name":"tns:id","xmlFields":{"xmlField":[{"jsonType":"io.atlasmap.xml.v2.XmlField","path":"/tns:Transaction//tns:Observation/tns:id/@tns:value","fieldType":"STRING","restrictions":{"restriction":[{"type":"MAX_LENGTH","value":"64"},{"type":"MIN_LENGTH","value":"1"},{"type":"PATTERN","value":"[A-Za-z0-9\\-\\.]{1,64}"}]},"name":"tns:value","typeName":"id-primitive"}]}},{"jsonType":"io.atlasmap.xml.v2.XmlComplexType","path":"/tns:Transaction//tns:Observation/tns:meta","fieldType":"COMPLEX","name":"tns:meta","xmlFie |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rafal@elusive-rh operator]$ docker build . | |
Sending build context to Docker daemon 479.9MB | |
Step 1/10 : FROM golang:1.12.0 | |
---> cee68f119e19 | |
Step 2/10 : WORKDIR /go/src/github.com/syndesisio/syndesis/install/operator | |
---> Using cache | |
---> 0344b6122352 | |
Step 3/10 : ENV GO111MODULE=on | |
---> Using cache | |
---> 0c85161c46c2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/jamesagnew/hapi-fhir | |
cd hapi-fhir/hapi-fhir-jpaserver-example/ | |
./build-docker-image.sh | |
docker run -d --name hapi-fhir -p 8080:8080 hapi-fhir/hapi-fhir-jpaserver-example |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/jamesagnew/hapi-fhir | |
cd hapi-fhir/hapi-fhir-jpaserver-example | |
./build-docker-image.sh | |
docker run -d --name hapi-fhir-jpaserver-example -p 8080:8080 hapi-fhir/hapi-fhir-jpaserver-example |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/jamesagnew/hapi-fhir | |
cd hapi-fhir/hapi-fhir-jpaserver-example/ | |
./build-docker-image.sh | |
docker run -d --name hapi-fhir -p 8080:8080 hapi-fhir/hapi-fhir-jpaserver-example |