Skip to content

Commit

Permalink
Workaround for job failure due to update in distroless base image
Browse files Browse the repository at this point in the history
  • Loading branch information
namrata-ibm committed Oct 8, 2020
1 parent e7a9810 commit 8d4f839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM gcr.io/distroless/static:latest
FROM gcr.io/distroless/static:latest-amd64
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI Driver liveness probe"
ARG binary=./bin/livenessprobe
Expand Down

0 comments on commit 8d4f839

Please sign in to comment.