I hereby claim:
- I am foo4u on github.
- I am foo4u (https://keybase.io/foo4u) on keybase.
- I have a public key ASDnKGqXc5JnBHVNwbCmDHAYaOQNovehRZ0pN8FazDYHNwo
To claim this, I am signing this object:
| $ docker buildx build --platform linux/amd64,linux/arm64 -t foo4u/demo-mutliarch:2 --push . | |
| [+] Building 4.7s (9/9) FINISHED | |
| => [internal] load build definition from Dockerfile 0.0s | |
| => => transferring dockerfile: 31B 0.0s | |
| => [internal] load .dockerignore 0.0s | |
| => => transferring context: 2B 0.0s | |
| => [linux/amd64 internal] load metadata for docker.io/library/alpine:latest |
| $ docker buildx imagetools inspect foo4u/demo-mutliarch:2 | |
| Name: docker.io/foo4u/demo-mutliarch:2 | |
| MediaType: application/vnd.docker.distribution.manifest.list.v2+json | |
| Digest: sha256:3b4e4135b92017e5214421543b813e83a77fcea759af8067c685b70a5d978497 | |
| Manifests: | |
| Name: docker.io/foo4u/demo-mutliarch:2@sha256:cb54200a7c04dded134ca9e3e6a0e434c2fdf851fb3a7226941d0983ad5bfb88 | |
| MediaType: application/vnd.docker.distribution.manifest.v2+json | |
| Platform: linux/amd64 |
| /* Global */ | |
| * { | |
| padding: 0; | |
| margin: 0; | |
| border: 0; | |
| outline: 0; | |
| } | |
| body { | |
| font-family: Montserrat, sans-serif; |
I hereby claim:
To claim this, I am signing this object:
Checkout a Git repository at a particular version
| Input | Description | Required | Default Value |
|---|---|---|---|
| submodules | Whether to checkout submodules: true to checkout submodules or recursive to recursively checkout submodules.When the ssh-key input is not provided, SSH URLs beginning with [email protected]: are converted to HTTPS. |
no | false |
| set‑safe‑directory | Add repository path as safe.directory for Git global config by running git config --global --add safe.directory <path> |
no | true |
| path | Relative path under $GITHUB_WORKSPACE to place the repository | no |
| package com.example.service.config | |
| import org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties | |
| import org.springframework.boot.context.properties.ConfigurationProperties | |
| import org.springframework.boot.context.properties.ConstructorBinding | |
| import org.springframework.boot.context.properties.EnableConfigurationProperties | |
| import org.springframework.context.annotation.Bean | |
| import org.springframework.context.annotation.Configuration | |
| import org.springframework.security.authentication.AuthenticationManager | |
| import org.springframework.security.authentication.AuthenticationManagerResolver |