Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Apply stash
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Mattix II <keithmattix2@gmail.com>
  • Loading branch information
keithmattix committed Aug 9, 2022
1 parent 9587607 commit 0bf9e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Expand Up @@ -11,7 +11,6 @@

// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerFile": "../Dockerfile",
// "dockerFile": "../Dockerfile.fips",

//"workspaceMount":"source=${localWorkspaceFolder},target=/go/src/github.com/openservicemesh/osm,type=bind,consistency=cached",

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
name: Go build (FIPS)
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/oss/go/microsoft/golang:1.17-fips-cbl-mariner2.0
image: mcr.microsoft.com/oss/go/microsoft/golang:1.19-fips-cbl-mariner2.0
env:
FIPS: 1
GNUPGHOME: /root/.gnupg
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
name: Go test (FIPS)
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/oss/go/microsoft/golang:1.17-fips-cbl-mariner2.0
image: mcr.microsoft.com/oss/go/microsoft/golang:1.19-fips-cbl-mariner2.0
env:
GNUPGHOME: /root/.gnupg
GOFIPS: 1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.fips
@@ -1,6 +1,6 @@

#build stage
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.17-fips-cbl-mariner2.0 AS builder
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.19-fips-cbl-mariner2.0 AS builder

RUN yum update -y
RUN yum install -y make git gcc gcc-c++ glibc-devel openssl-devel bash ca-certificates
Expand Down

0 comments on commit 0bf9e6b

Please sign in to comment.