-
Updated
Mar 2, 2021 - Go
Docker

Docker is software that provides containers, which allows teams to emulate development environments. Docker began as an internal project, initially developed by dotCloud engineers.
Here are 66,808 public repositories matching this topic...
-
Updated
Feb 28, 2021 - Java
-
Updated
Mar 1, 2021 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Dec 15, 2020 - Java
-
Updated
Mar 1, 2021 - Ruby
-
Updated
Mar 1, 2021 - Go
-
Updated
Mar 1, 2021 - Python
-
Updated
Mar 2, 2021 - Shell
-
Updated
Feb 28, 2021 - Go
-
Updated
Mar 1, 2021
-
Updated
Jan 19, 2021 - Go
-
Updated
Mar 2, 2021 - JavaScript
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.
-
Updated
Mar 1, 2021 - C#
-
Updated
Mar 1, 2021 - Go
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
Feb 25, 2021 - Python
-
Updated
Jan 4, 2021 - Makefile
-
Updated
Mar 2, 2021 - TypeScript
-
Updated
Jan 28, 2021 - JavaScript
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri
-
Updated
Feb 16, 2021 - Shell
-
Updated
Feb 4, 2021 - Go
https://leapgraph.com/graphql-api-security
This article mentions several add-on packages that Reaction may want to use. This issue is simply to investigate whether these vulnerabilities are present and try adding the packages to solve them.
Currently validating checksums requires lots of knowledge on the part of the caller. We should expose optional checksum validation in our existing validation functions e.g. IPv4.IsValid
.
header.UDP and header.TCP don't currently have these functions; we should add them.
This is a request for implementing the --post-render flag in helm to be able to execute things like:
helm install mychart stable/wordpress --post-renderer ./path/to/executable
In particular the aim is to use kustomize as a followup of the helm.
Expected behavior
a key to be added to the helm's deploy
Actual behavior
No such option
Information
- Skaffold version: NA
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytes
andblkio.bfq.io_serviced
files.