Skip to content

Commit 221ed66

Browse files
committed
chore: docker image with swagger ui
Signed-off-by: Jeronimo Irazabal <[email protected]>
1 parent 3a212c2 commit 221ed66

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY go.mod go.sum /src/
44
RUN go mod download -x
55
COPY . .
66
RUN rm -rf /src/webconsole/dist
7-
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static
7+
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static
88
RUN mkdir /empty
99

1010
FROM debian:bullseye-slim as bullseye-slim

build/Dockerfile.alma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.18 as build
22
WORKDIR /src
33
COPY . .
44
RUN rm -rf /src/webconsole/dist
5-
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static
5+
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static
66
RUN mkdir /empty
77

88
FROM almalinux:8-minimal as alma

build/Dockerfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY go.mod go.sum /src/
44
RUN go mod download -x
55
COPY . .
66
RUN rm -rf /src/webconsole/dist
7-
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static immuclient-static
7+
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static immuclient-static
88
RUN mkdir /empty
99

1010
FROM debian:11.7-slim as bullseye-slim

build/Dockerfile.rndpass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.18 as build
22
WORKDIR /src
33
COPY . .
4-
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static
4+
RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static
55
FROM debian:11.7-slim
66
LABEL org.opencontainers.image.authors="Codenotary Inc. <[email protected]>"
77

0 commit comments

Comments
 (0)