[JBoss JIRA] (ERT-222) Using Docker Daemon Registry (Default) may result in failure to authenticate [EBZ#494776]
by Roland Grunberg (JIRA)
[ https://issues.jboss.org/browse/ERT-222?page=com.atlassian.jira.plugin.sy... ]
Roland Grunberg resolved ERT-222.
---------------------------------
Resolution: Done
Marking as RESOLVED since this has been fixed, and will be targeting 5.0 (RC3)
> Using Docker Daemon Registry (Default) may result in failure to authenticate [EBZ#494776]
> -----------------------------------------------------------------------------------------
>
> Key: ERT-222
> URL: https://issues.jboss.org/browse/ERT-222
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Assignee: Roland Grunberg
> Labels: Docker, bzira
>
> For now the expectation should be that "Docker Daemon Registry (Default)" is accessing the default configured registry with no authentication credentials.
> We still have :
> try {
> builder.authConfig(AuthConfig.fromDockerConfig().build());
> } catch (Exception e) {
> // AuthConfig can't be found, continue
> }
> in the DockerClientFactory as part of the standard docker client creation. If the user actually has a config.json file in one of the searched locations, it'll be used. I think for now we should not support this because it's not really clear for the user that we're attempting to authenticate for them. We don't even restrict the auth credentials to jusy those matching the server name.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22448) TP p2diff generation fails build when TP version changes
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22448?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22448:
------------------------------------
So you're saying you'd rather have to EXPLICITLY use the skip flag every time we upversion than assume that a 404'd reference site = new version?
> TP p2diff generation fails build when TP version changes
> --------------------------------------------------------
>
> Key: JBIDE-22448
> URL: https://issues.jboss.org/browse/JBIDE-22448
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: target-platform
> Affects Versions: 4.4.0.Alpha2
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Fix For: 4.4.0.Alpha3
>
>
> Add support for skipping p2diff generation when there's no previous site against which to diff, eg., when upversioning or releasing from snapshot to release in Nexus.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months