Always generate random
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
parent
ca03cd6e58
commit
3a7494261f
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
@ -11,6 +11,7 @@ random: {
|
|||||||
#up: [
|
#up: [
|
||||||
op.#Load & {from: alpine.#Image},
|
op.#Load & {from: alpine.#Image},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
always: true
|
||||||
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
args: ["sh", "-c", "cat /dev/urandom | tr -dc 'a-z' | fold -w 10 | head -n 1 | tr -d '\n' > /rand"]
|
||||||
},
|
},
|
||||||
op.#Export & {
|
op.#Export & {
|
||||||
|
Reference in New Issue
Block a user