Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into FLPATH-1555
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferubah committed Aug 7, 2024
2 parents ff723c9 + 23417d2 commit cb0a886
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 16 deletions.
2 changes: 1 addition & 1 deletion escalation/jira-listener/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/jira-listener
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
2 changes: 1 addition & 1 deletion move2kube/m2k-func/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/m2k-kfunc
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-896.1717584414
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1018
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
8 changes: 4 additions & 4 deletions mta-v7.x/schemas/mta-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"migrationStartDatetime": {
"type": "string",
"description": "Migration start DateTime, i.e: 2024-08-01T12:50:20",
"pattern": "^[0-9]{4}-[01][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](?:[.][0-9]+)?Z?$"
"description": "Migration start DateTime, i.e: 2024-08-01T12:50:20Z",
"pattern": "^[0-9]{4}-[01][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](?:[.][0-9]+)?Z$"
},
"migrationEndDatetime": {
"type": "string",
"description": "Migration potential end DateTime, i.e: 2024-08-02T12:50:20",
"pattern": "^[0-9]{4}-[01][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](?:[.][0-9]+)?Z?$"
"description": "Migration potential end DateTime, i.e: 2024-08-02T12:50:20Z",
"pattern": "^[0-9]{4}-[01][0-9]-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9](?:[.][0-9]+)?Z$"
}
},
"required": [
Expand Down
Loading

0 comments on commit cb0a886

Please sign in to comment.