Skip to content

Instantly share code, notes, and snippets.

View prankkelkar's full-sized avatar
🎯
Focusing

Prasanna Kelkar prankkelkar

🎯
Focusing
View GitHub Profile
--- Dockerfile.old 2021-05-31 08:00:51.714649000 -0400
+++ Dockerfile.new 2021-05-31 07:59:47.064144000 -0400
@@ -40,6 +40,7 @@
&& cd $SOURCE_DIR && git clone https://github.com/mysql/mysql-server.git \
&& cd mysql-server && git checkout tags/mysql-8.0.13 \
+&& sed -i '44s/dl.bintray.com\/boostorg\/release/boostorg.jfrog.io\/artifactory\/main\/release/g' cmake/boost.cmake \
##Build, configure, install
&& cmake . -DDOWNLOAD_BOOST=1 -DWITH_BOOST=. && make && make install \
Test test/alternator not found
================================================================================
[N/TOTAL] TEST MODE RESULT
------------------------------------------------------------------------------
[1/1] alternator/run release [ FAIL ]
------------------------------------------------------------------------------
The following test(s) have failed: alternator/run
Output of test/alternator/run --junit-xml=/home/prasanna/work/scylla-test-build/scylla/testlog/release/xml/run.1.xunit.xml:
+++ readlink -e test/alternator/run
++ dirname /home/prasanna/work/scylla-test-build/scylla/test/alternator/run
@prankkelkar
prankkelkar / falco_rules.yaml
Created December 21, 2019 05:24
File containing falco rules
- rule: Detecting spawned shell in a container
desc: Shell opened inside a container which is not desireable in production environment.
condition: container.id != host and proc.name = bash
output: Hack !! A shell was spawned in a container. (user=%user.name command=%proc.cmdline %container.info)
priority: INFO