Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: upgrade to latest polkadot #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

weichweich
Copy link
Contributor

@weichweich weichweich commented Jun 27, 2022

fixes KILTProtocol/ticket#2069

  • sudo account changed (by accident but i was too lazy to change it back)
  • delete old/autogenerated files
  • upgrade to 0.9.24 Rococo Runtime 9230

Checklist:

  • I have verified that the code works
  • I have verified that the code is easy to understand
    • If not, I have left a well-balanced amount of inline comments
  • I have left the code in a better state
  • I have documented the changes (where applicable)

* sudo account changed
* delete old/autogenerated files
@weichweich weichweich requested a review from trusch June 27, 2022 14:37
Copy link

@trusch trusch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried, it failed:

+ docker compose -p trusch-local-parachain-setup down -v
unknown shorthand flag: 'p' in -p
See 'docker --help'.

@weichweich
Copy link
Contributor Author

I tried, it failed:

+ docker compose -p trusch-local-parachain-setup down -v
unknown shorthand flag: 'p' in -p
See 'docker --help'.
weich@rust-2:~$ docker compose --help

Usage:  docker compose [OPTIONS] COMMAND

Docker Compose

Options:
      --ansi string                Control when to print ANSI control characters ("never"|"always"|"auto")
                                   (default "auto")
      --env-file string            Specify an alternate environment file.
  -f, --file stringArray           Compose configuration files
      --profile stringArray        Specify a profile to enable
      --project-directory string   Specify an alternate working directory
                                   (default: the path of the Compose file)
  -p, --project-name string        Project name

Which docker version do you use?

@trusch
Copy link

trusch commented Feb 28, 2023

@weichweich I'm using the latest on rust-2 (even same machine as you?!) but I'm not even seeing the help output you posted.

Client: Docker Engine - Community
 Version:           23.0.1
 API version:       1.42
 Go version:        go1.19.5
 Git commit:        a5ee5b1
 Built:             Thu Feb  9 19:46:56 2023
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          23.0.1
  API version:      1.42 (minimum version 1.12)
  Go version:       go1.19.5
  Git commit:       bc3805a
  Built:            Thu Feb  9 19:46:56 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.16
  GitCommit:        31aa4358a36870b21a992d3ad2bef29e1d693bec
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

I'm using the docker command from /usr/bin/docker and it even says that it doesn't know the compose subcommand at all. I'm confused how this can happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants