File tree 14 files changed +14
-14
lines changed
14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:focal
1
+ FROM --platform=linux/amd64 ubuntu:focal
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2actionrunner"
4
4
5
5
# Install utils used by st2 'linux' pack, part of StackStorm core
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2api"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2auth"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
- FROM ubuntu:focal
1
+ FROM --platform=linux/amd64 ubuntu:focal
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2garbagecollector"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2notifier"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2rulesengine"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2scheduler"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2sensorcontainer"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2stream"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2timersengine"
4
4
5
5
USER st2
Original file line number Diff line number Diff line change 1
- FROM ubuntu:focal
1
+ FROM --platform=linux/amd64 ubuntu:focal
2
2
3
3
ARG DEBIAN_FRONTEND=noninteractive
4
4
Original file line number Diff line number Diff line change 1
1
ARG ST2_VERSION
2
- FROM stackstorm/st2:${ST2_VERSION}
2
+ FROM --platform=linux/amd64 stackstorm/st2:${ST2_VERSION}
3
3
LABEL com.stackstorm.component="st2workflowengine"
4
4
5
5
USER st2
You can’t perform that action at this time.
0 commit comments