Skip to content

Commit

Permalink
DUPLO-26299 rename duploctl directive to duploctl-base
Browse files Browse the repository at this point in the history
  • Loading branch information
duplodavid committed Nov 12, 2024
1 parent 499f12c commit ec17f93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
GIT_TAG: ${{ inputs.tag }}
with:
type: bake
target: duploctl
target: duploctl-base
push: ${{ inputs.push }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"group": "build",
"command": "docker",
"args": [
"buildx", "bake", "duploctl"
"buildx", "bake", "duploctl-base"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ docker compose build duploctl
Or use bake to for a multiarch image. You just can't export images that are not your arch locally. So use compose to actually build the image locally.

```sh
docker buildx bake duploctl
docker buildx bake duploctl-base
```

Use buildx to build the multiarch binaries. This will output the binaries to the `dist` folder. See the Pyinstaller section above for more details on building the binaries. This runs the Pyinstaller script inside the docker container and outputs the built binaries to the local directory. This only works for linux binaries, Windows is a big maybe.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:

duploctl: &base
duploctl-base: &base
image: &image duplocloud/duploctl:latest
build:
target: runner
Expand Down

0 comments on commit ec17f93

Please sign in to comment.