brew install --cask google-cloud-sdk
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
| ARG JDK_IMAGE="amazoncorretto:17.0.6" | |
| ARG AWS_CDK_VERSION=2.63.2 | |
| ARG SBT_VERSION=1.8.2 | |
| ARG NODE_VERSION=16 | |
| FROM $JDK_IMAGE | |
| ARG AWS_CDK_VERSION | |
| ARG SBT_VERSION | |
| ARG NODE_VERSION |
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
| [wsl2] | |
| memory=5GB | |
| swap=30GB |
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
| // Add this script into `Tests` section in the request | |
| pm.collectionVariables.set("my_great_variable", pm.response.json().inner_field_name); | |
| // Use in the other requests as {{my_great_variable}} |
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
| ARG GRAALVM_VERSION="ol8-java17-22.2.0" | |
| FROM ghcr.io/graalvm/graalvm-ce:$GRAALVM_VERSION | |
| ARG TARGETARCH | |
| ARG UPX_VERSION="3.96" | |
| ARG UPX_FILE="upx-$UPX_VERSION-${TARGETARCH}_linux" | |
| ARG UPX_PKG="https://github.com/upx/upx/releases/download/v$UPX_VERSION/${UPX_FILE}.tar.xz" | |
| RUN microdnf --enablerepo ol8_codeready_builder install xz \ | |
| && microdnf clean all \ |
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
| name: 'Commit Message Checker' | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - reopened | |
| - synchronize | |
| jobs: | |
| check-commit-message: |
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
| agent1.channels = raw-channel | |
| agent1.sinks = raw-sink1 raw-sink2 | |
| agent1.sinkgroups = g1 | |
| agent1.channels.raw-channel.type = org.apache.flume.channel.kafka.KafkaChannel | |
| agent1.channels.raw-channel.brokerList = localhost:9092 | |
| agent1.channels.raw-channel.kafka.topic = <topic> | |
| agent1.channels.raw-channel.kafka.consumer.group.id = <group id> | |
| agent1.channels.raw-channel.kafka.consumer.fetch.min.bytes = 1000000 | |
| agent1.channels.raw-channel.kafka.consumer.fetch.max.wait.ms = 1000 |
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
| { | |
| "open_files_in_new_window": false, | |
| "draw_white_space": "all", | |
| "font_size": 17 | |
| } |
NewerOlder