Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove duplicated stage from Dockerfile.alpine #1025

Merged
merged 2 commits into from
Mar 10, 2022

Conversation

shouichi
Copy link
Contributor

@shouichi shouichi commented Mar 9, 2022

Building image fails with the following error.

$ docker build -t sops -f Dockerfile.alpine .
Sending build context to Docker daemon  884.2kB
Step 1/11 : FROM golang:1.12-alpine3.10 AS builder
 ---> 6d6865cf688e
builder stage name already used

@FnTm
Copy link
Contributor

FnTm commented Mar 10, 2022

This should be a fix for #1022 .

@ajvb ajvb changed the base branch from master to develop March 10, 2022 22:42
@ajvb ajvb merged commit e682723 into getsops:develop Mar 10, 2022
@shouichi shouichi deleted the remove-duplicated-stage branch March 10, 2022 23:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants