Add Notifier
This commit is contained in:
@@ -18,5 +18,4 @@ DevOps Portable toolkit
|
|||||||
- cosign
|
- cosign
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
```
|
```
|
||||||
curl -L
|
|
||||||
@@ -12,7 +12,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
|
|||||||
WORKDIR /temp
|
WORKDIR /temp
|
||||||
|
|
||||||
RUN curl https://get.docker.com/ > dockerinstall
|
RUN curl https://get.docker.com/ > dockerinstall
|
||||||
#RUN chmod 777 dockerinstall && ./dockerinstall
|
RUN chmod 777 dockerinstall && ./dockerinstall
|
||||||
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
|
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
|
||||||
chmod +x /usr/bin/yq
|
chmod +x /usr/bin/yq
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user